aboutsummaryrefslogtreecommitdiff
path: root/src/ld-marshal.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2010-09-17 19:57:20 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2010-09-19 19:12:36 +0200
commit65bbe06267a129e56f26a74297f7a837841a41eb (patch)
tree644e0f0dc4c385b4af064cbfcbddb205a31972fa /src/ld-marshal.h
parent354e54826fdb492d1ac4b43433b1169bf989b6eb (diff)
downloadlogdiag-65bbe06267a129e56f26a74297f7a837841a41eb.tar.gz
logdiag-65bbe06267a129e56f26a74297f7a837841a41eb.tar.xz
logdiag-65bbe06267a129e56f26a74297f7a837841a41eb.zip
Add marshaller files generated by glib-genmarshal.
Diffstat (limited to 'src/ld-marshal.h')
-rw-r--r--src/ld-marshal.h20
1 files changed, 20 insertions, 0 deletions
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 <glib-object.h>
+
+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__ */
+