#ifndef __gm_marshal_MARSHAL_H__ #define __gm_marshal_MARSHAL_H__ #include G_BEGIN_DECLS /* VOID:STRING,UINT (gm-marshal.list:1) */ extern void gm_marshal_VOID__STRING_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:STRING,INT (gm-marshal.list:2) */ extern void gm_marshal_VOID__STRING_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:INT,INT (gm-marshal.list:3) */ extern void gm_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:INT,STRING (gm-marshal.list:4) */ extern void gm_marshal_VOID__INT_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); G_END_DECLS #endif /* __gm_marshal_MARSHAL_H__ */