00001
00002 #ifndef __qimsys_marshal_MARSHAL_H__
00003 #define __qimsys_marshal_MARSHAL_H__
00004
00005 #include <glib-object.h>
00006
00007 G_BEGIN_DECLS
00008
00009 extern void qimsys_marshal_VOID__STRING_UINT (GClosure *closure,
00010 GValue *return_value,
00011 guint n_param_values,
00012 const GValue *param_values,
00013 gpointer invocation_hint,
00014 gpointer marshal_data);
00015
00016 extern void qimsys_marshal_VOID__INT_INT_INT_INT (GClosure *closure,
00017 GValue *return_value,
00018 guint n_param_values,
00019 const GValue *param_values,
00020 gpointer invocation_hint,
00021 gpointer marshal_data);
00022
00023 extern void qimsys_marshal_VOID__STRING_INT_INT_INT (GClosure *closure,
00024 GValue *return_value,
00025 guint n_param_values,
00026 const GValue *param_values,
00027 gpointer invocation_hint,
00028 gpointer marshal_data);
00029
00030 G_END_DECLS
00031
00032 #endif
00033