Initial import

This commit is contained in:
Jesse van den Kieboom 2005-10-09 16:08:38 +00:00
parent d3c80e57d7
commit 8ba0e03e80
1 changed files with 44 additions and 0 deletions

44
src/gm-marshal.h Normal file
View File

@ -0,0 +1,44 @@
#ifndef __gm_marshal_MARSHAL_H__
#define __gm_marshal_MARSHAL_H__
#include <glib-object.h>
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__ */