Go to the documentation of this file.00001
00002 #ifndef __go__MARSHAL_H__
00003 #define __go__MARSHAL_H__
00004
00005 #include <glib-object.h>
00006
00007 G_BEGIN_DECLS
00008
00009
00010 extern void go__BOOLEAN__OBJECT (GClosure *closure,
00011 GValue *return_value,
00012 guint n_param_values,
00013 const GValue *param_values,
00014 gpointer invocation_hint,
00015 gpointer marshal_data);
00016
00017
00018 extern void go__BOOLEAN__POINTER (GClosure *closure,
00019 GValue *return_value,
00020 guint n_param_values,
00021 const GValue *param_values,
00022 gpointer invocation_hint,
00023 gpointer marshal_data);
00024
00025
00026 extern void go__STRING__POINTER (GClosure *closure,
00027 GValue *return_value,
00028 guint n_param_values,
00029 const GValue *param_values,
00030 gpointer invocation_hint,
00031 gpointer marshal_data);
00032
00033
00034 extern void go__VOID__INT_BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure,
00035 GValue *return_value,
00036 guint n_param_values,
00037 const GValue *param_values,
00038 gpointer invocation_hint,
00039 gpointer marshal_data);
00040
00041 G_END_DECLS
00042
00043 #endif
00044