2 #ifndef __sp_marshal_MARSHAL_H__
3 #define __sp_marshal_MARSHAL_H__
5 #include <glib-object.h>
7 G_BEGIN_DECLS
9 /* NONE:NONE (sp-marshal.list:2) */
10 #define sp_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
11 #define sp_marshal_NONE__NONE sp_marshal_VOID__VOID
13 /* NONE:UINT (sp-marshal.list:3) */
14 #define sp_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT
15 #define sp_marshal_NONE__UINT sp_marshal_VOID__UINT
17 /* NONE:POINTER (sp-marshal.list:4) */
18 #define sp_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER
19 #define sp_marshal_NONE__POINTER sp_marshal_VOID__POINTER
21 /* NONE:POINTER,BOOLEAN (sp-marshal.list:5) */
22 extern void sp_marshal_VOID__POINTER_BOOLEAN (GClosure *closure,
23 GValue *return_value,
24 guint n_param_values,
25 const GValue *param_values,
26 gpointer invocation_hint,
27 gpointer marshal_data);
28 #define sp_marshal_NONE__POINTER_BOOLEAN sp_marshal_VOID__POINTER_BOOLEAN
30 /* NONE:POINTER,UINT (sp-marshal.list:6) */
31 extern void sp_marshal_VOID__POINTER_UINT (GClosure *closure,
32 GValue *return_value,
33 guint n_param_values,
34 const GValue *param_values,
35 gpointer invocation_hint,
36 gpointer marshal_data);
37 #define sp_marshal_NONE__POINTER_UINT sp_marshal_VOID__POINTER_UINT
39 /* NONE:POINTER,DOUBLE (sp-marshal.list:7) */
40 extern void sp_marshal_VOID__POINTER_DOUBLE (GClosure *closure,
41 GValue *return_value,
42 guint n_param_values,
43 const GValue *param_values,
44 gpointer invocation_hint,
45 gpointer marshal_data);
46 #define sp_marshal_NONE__POINTER_DOUBLE sp_marshal_VOID__POINTER_DOUBLE
48 /* NONE:DOUBLE,DOUBLE (sp-marshal.list:8) */
49 extern void sp_marshal_VOID__DOUBLE_DOUBLE (GClosure *closure,
50 GValue *return_value,
51 guint n_param_values,
52 const GValue *param_values,
53 gpointer invocation_hint,
54 gpointer marshal_data);
55 #define sp_marshal_NONE__DOUBLE_DOUBLE sp_marshal_VOID__DOUBLE_DOUBLE
57 /* NONE:STRING,BOOL (sp-marshal.list:9) */
58 extern void sp_marshal_VOID__STRING_BOOLEAN (GClosure *closure,
59 GValue *return_value,
60 guint n_param_values,
61 const GValue *param_values,
62 gpointer invocation_hint,
63 gpointer marshal_data);
64 #define sp_marshal_NONE__STRING_BOOL sp_marshal_VOID__STRING_BOOLEAN
66 /* BOOLEAN:NONE (sp-marshal.list:10) */
67 extern void sp_marshal_BOOLEAN__VOID (GClosure *closure,
68 GValue *return_value,
69 guint n_param_values,
70 const GValue *param_values,
71 gpointer invocation_hint,
72 gpointer marshal_data);
73 #define sp_marshal_BOOLEAN__NONE sp_marshal_BOOLEAN__VOID
75 /* BOOLEAN:UINT (sp-marshal.list:11) */
76 extern void sp_marshal_BOOLEAN__UINT (GClosure *closure,
77 GValue *return_value,
78 guint n_param_values,
79 const GValue *param_values,
80 gpointer invocation_hint,
81 gpointer marshal_data);
83 /* BOOLEAN:POINTER (sp-marshal.list:12) */
84 extern void sp_marshal_BOOLEAN__POINTER (GClosure *closure,
85 GValue *return_value,
86 guint n_param_values,
87 const GValue *param_values,
88 gpointer invocation_hint,
89 gpointer marshal_data);
91 /* BOOLEAN:POINTER,UINT (sp-marshal.list:13) */
92 extern void sp_marshal_BOOLEAN__POINTER_UINT (GClosure *closure,
93 GValue *return_value,
94 guint n_param_values,
95 const GValue *param_values,
96 gpointer invocation_hint,
97 gpointer marshal_data);
99 /* BOOLEAN:POINTER,POINTER (sp-marshal.list:14) */
100 extern void sp_marshal_BOOLEAN__POINTER_POINTER (GClosure *closure,
101 GValue *return_value,
102 guint n_param_values,
103 const GValue *param_values,
104 gpointer invocation_hint,
105 gpointer marshal_data);
107 /* INT:POINTER,POINTER (sp-marshal.list:15) */
108 extern void sp_marshal_INT__POINTER_POINTER (GClosure *closure,
109 GValue *return_value,
110 guint n_param_values,
111 const GValue *param_values,
112 gpointer invocation_hint,
113 gpointer marshal_data);
115 /* DOUBLE:POINTER,UINT (sp-marshal.list:16) */
116 extern void sp_marshal_DOUBLE__POINTER_UINT (GClosure *closure,
117 GValue *return_value,
118 guint n_param_values,
119 const GValue *param_values,
120 gpointer invocation_hint,
121 gpointer marshal_data);
123 G_END_DECLS
125 #endif /* __sp_marshal_MARSHAL_H__ */