From 8ba0e03e800aff204509b4b41d2b8177484a798e Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 9 Oct 2005 16:08:38 +0000 Subject: [PATCH] Initial import --- src/gm-marshal.h | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/gm-marshal.h diff --git a/src/gm-marshal.h b/src/gm-marshal.h new file mode 100644 index 0000000..82c207e --- /dev/null +++ b/src/gm-marshal.h @@ -0,0 +1,44 @@ + +#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__ */ +