00001
00002 #ifndef __hald_marshal_MARSHAL_H__
00003 #define __hald_marshal_MARSHAL_H__
00004
00005 #include <glib-object.h>
00006
00007 G_BEGIN_DECLS
00008
00009
00010 extern void hald_marshal_VOID__STRING_BOOLEAN_BOOLEAN (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 #define hald_marshal_VOID__STRING_BOOL_BOOL hald_marshal_VOID__STRING_BOOLEAN_BOOLEAN
00017
00018
00019 #define hald_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING
00020
00021
00022 extern void hald_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure,
00023 GValue *return_value,
00024 guint n_param_values,
00025 const GValue *param_values,
00026 gpointer invocation_hint,
00027 gpointer marshal_data);
00028 #define hald_marshal_VOID__OBJECT_BOOL hald_marshal_VOID__OBJECT_BOOLEAN
00029
00030
00031 extern void hald_marshal_VOID__OBJECT_STRING_BOOLEAN_BOOLEAN (GClosure *closure,
00032 GValue *return_value,
00033 guint n_param_values,
00034 const GValue *param_values,
00035 gpointer invocation_hint,
00036 gpointer marshal_data);
00037 #define hald_marshal_VOID__OBJECT_STRING_BOOL_BOOL hald_marshal_VOID__OBJECT_STRING_BOOLEAN_BOOLEAN
00038
00039
00040 extern void hald_marshal_VOID__OBJECT_STRING (GClosure *closure,
00041 GValue *return_value,
00042 guint n_param_values,
00043 const GValue *param_values,
00044 gpointer invocation_hint,
00045 gpointer marshal_data);
00046
00047 G_END_DECLS
00048
00049 #endif
00050