summaryrefslogtreecommitdiff
path: root/libsylph/syl-marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/syl-marshal.h')
-rw-r--r--libsylph/syl-marshal.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/libsylph/syl-marshal.h b/libsylph/syl-marshal.h
new file mode 100644
index 0000000..5bf8714
--- /dev/null
+++ b/libsylph/syl-marshal.h
@@ -0,0 +1,34 @@
1
2#ifndef __syl_marshal_MARSHAL_H__
3#define __syl_marshal_MARSHAL_H__
4
5#include <glib-object.h>
6
7G_BEGIN_DECLS
8
9/* VOID:VOID (syl-marshal.list:1) */
10#define syl_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
11
12/* VOID:POINTER,STRING,UINT (syl-marshal.list:2) */
13extern void syl_marshal_VOID__POINTER_STRING_UINT (GClosure *closure,
14 GValue *return_value,
15 guint n_param_values,
16 const GValue *param_values,
17 gpointer invocation_hint,
18 gpointer marshal_data);
19
20/* VOID:POINTER (syl-marshal.list:3) */
21#define syl_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER
22
23/* VOID:POINTER,STRING,STRING (syl-marshal.list:4) */
24extern void syl_marshal_VOID__POINTER_STRING_STRING (GClosure *closure,
25 GValue *return_value,
26 guint n_param_values,
27 const GValue *param_values,
28 gpointer invocation_hint,
29 gpointer marshal_data);
30
31G_END_DECLS
32
33#endif /* __syl_marshal_MARSHAL_H__ */
34