From 65bbe06267a129e56f26a74297f7a837841a41eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 17 Sep 2010 19:57:20 +0200 Subject: Add marshaller files generated by glib-genmarshal. --- src/ld-marshal.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/ld-marshal.h (limited to 'src/ld-marshal.h') diff --git a/src/ld-marshal.h b/src/ld-marshal.h new file mode 100644 index 0000000..545735a --- /dev/null +++ b/src/ld-marshal.h @@ -0,0 +1,20 @@ + +#ifndef __g_cclosure_user_marshal_MARSHAL_H__ +#define __g_cclosure_user_marshal_MARSHAL_H__ + +#include + +G_BEGIN_DECLS + +/* VOID:OBJECT,OBJECT (ld-marshal.list:1) */ +extern void g_cclosure_user_marshal_VOID__OBJECT_OBJECT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* __g_cclosure_user_marshal_MARSHAL_H__ */ + -- cgit v1.2.3