1 /* Note: This file is no longer generated. See the comment in gmarshal.list */
2 #ifndef __G_MARSHAL_H__
3 #define __G_MARSHAL_H__
7 /* VOID:VOID (./gmarshal.list:6) */
8 extern void g_cclosure_marshal_VOID__VOID (GClosure *closure,
11 const GValue *param_values,
12 gpointer invocation_hint,
13 gpointer marshal_data);
15 /* VOID:BOOLEAN (./gmarshal.list:7) */
16 extern void g_cclosure_marshal_VOID__BOOLEAN (GClosure *closure,
19 const GValue *param_values,
20 gpointer invocation_hint,
21 gpointer marshal_data);
23 /* VOID:CHAR (./gmarshal.list:8) */
24 extern void g_cclosure_marshal_VOID__CHAR (GClosure *closure,
27 const GValue *param_values,
28 gpointer invocation_hint,
29 gpointer marshal_data);
31 /* VOID:UCHAR (./gmarshal.list:9) */
32 extern void g_cclosure_marshal_VOID__UCHAR (GClosure *closure,
35 const GValue *param_values,
36 gpointer invocation_hint,
37 gpointer marshal_data);
39 /* VOID:INT (./gmarshal.list:10) */
40 extern void g_cclosure_marshal_VOID__INT (GClosure *closure,
43 const GValue *param_values,
44 gpointer invocation_hint,
45 gpointer marshal_data);
47 /* VOID:UINT (./gmarshal.list:11) */
48 extern void g_cclosure_marshal_VOID__UINT (GClosure *closure,
51 const GValue *param_values,
52 gpointer invocation_hint,
53 gpointer marshal_data);
55 /* VOID:LONG (./gmarshal.list:12) */
56 extern void g_cclosure_marshal_VOID__LONG (GClosure *closure,
59 const GValue *param_values,
60 gpointer invocation_hint,
61 gpointer marshal_data);
63 /* VOID:ULONG (./gmarshal.list:13) */
64 extern void g_cclosure_marshal_VOID__ULONG (GClosure *closure,
67 const GValue *param_values,
68 gpointer invocation_hint,
69 gpointer marshal_data);
71 /* VOID:ENUM (./gmarshal.list:14) */
72 extern void g_cclosure_marshal_VOID__ENUM (GClosure *closure,
75 const GValue *param_values,
76 gpointer invocation_hint,
77 gpointer marshal_data);
79 /* VOID:FLAGS (./gmarshal.list:15) */
80 extern void g_cclosure_marshal_VOID__FLAGS (GClosure *closure,
83 const GValue *param_values,
84 gpointer invocation_hint,
85 gpointer marshal_data);
87 /* VOID:FLOAT (./gmarshal.list:16) */
88 extern void g_cclosure_marshal_VOID__FLOAT (GClosure *closure,
91 const GValue *param_values,
92 gpointer invocation_hint,
93 gpointer marshal_data);
95 /* VOID:DOUBLE (./gmarshal.list:17) */
96 extern void g_cclosure_marshal_VOID__DOUBLE (GClosure *closure,
99 const GValue *param_values,
100 gpointer invocation_hint,
101 gpointer marshal_data);
103 /* VOID:STRING (./gmarshal.list:18) */
104 extern void g_cclosure_marshal_VOID__STRING (GClosure *closure,
105 GValue *return_value,
106 guint n_param_values,
107 const GValue *param_values,
108 gpointer invocation_hint,
109 gpointer marshal_data);
111 /* VOID:PARAM (./gmarshal.list:19) */
112 extern void g_cclosure_marshal_VOID__PARAM (GClosure *closure,
113 GValue *return_value,
114 guint n_param_values,
115 const GValue *param_values,
116 gpointer invocation_hint,
117 gpointer marshal_data);
119 /* VOID:BOXED (./gmarshal.list:20) */
120 extern void g_cclosure_marshal_VOID__BOXED (GClosure *closure,
121 GValue *return_value,
122 guint n_param_values,
123 const GValue *param_values,
124 gpointer invocation_hint,
125 gpointer marshal_data);
127 /* VOID:POINTER (./gmarshal.list:21) */
128 extern void g_cclosure_marshal_VOID__POINTER (GClosure *closure,
129 GValue *return_value,
130 guint n_param_values,
131 const GValue *param_values,
132 gpointer invocation_hint,
133 gpointer marshal_data);
135 /* VOID:OBJECT (./gmarshal.list:22) */
136 extern void g_cclosure_marshal_VOID__OBJECT (GClosure *closure,
137 GValue *return_value,
138 guint n_param_values,
139 const GValue *param_values,
140 gpointer invocation_hint,
141 gpointer marshal_data);
143 /* VOID:VARIANT (./gmarshal.list:23) */
144 extern void g_cclosure_marshal_VOID__VARIANT (GClosure *closure,
145 GValue *return_value,
146 guint n_param_values,
147 const GValue *param_values,
148 gpointer invocation_hint,
149 gpointer marshal_data);
151 /* VOID:UINT,POINTER (./gmarshal.list:26) */
152 extern void g_cclosure_marshal_VOID__UINT_POINTER (GClosure *closure,
153 GValue *return_value,
154 guint n_param_values,
155 const GValue *param_values,
156 gpointer invocation_hint,
157 gpointer marshal_data);
159 /* BOOL:FLAGS (./gmarshal.list:27) */
160 extern void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *closure,
161 GValue *return_value,
162 guint n_param_values,
163 const GValue *param_values,
164 gpointer invocation_hint,
165 gpointer marshal_data);
166 #define g_cclosure_marshal_BOOL__FLAGS g_cclosure_marshal_BOOLEAN__FLAGS
168 /* STRING:OBJECT,POINTER (./gmarshal.list:28) */
169 extern void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *closure,
170 GValue *return_value,
171 guint n_param_values,
172 const GValue *param_values,
173 gpointer invocation_hint,
174 gpointer marshal_data);
176 /* BOOL:BOXED,BOXED (./gmarshal.list:29) */
177 extern void g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure *closure,
178 GValue *return_value,
179 guint n_param_values,
180 const GValue *param_values,
181 gpointer invocation_hint,
182 gpointer marshal_data);
183 #define g_cclosure_marshal_BOOL__BOXED_BOXED g_cclosure_marshal_BOOLEAN__BOXED_BOXED
187 #endif /* __G_MARSHAL_H__ */