1#ifndef GTK_DISABLE_DEPRECATED
2/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
3#ifndef __GTK_MARSHAL_MARSHAL_H__
4#define __GTK_MARSHAL_MARSHAL_H__
5
6#include <glib-object.h>
7
8G_BEGIN_DECLS
9
10/* BOOL:NONE (./gtkmarshal.list:1) */
11extern
12void gtk_marshal_BOOLEAN__VOID (GClosure *closure,
13 GValue *return_value,
14 guint n_param_values,
15 const GValue *param_values,
16 gpointer invocation_hint,
17 gpointer marshal_data);
18
19#define gtk_marshal_BOOL__NONE gtk_marshal_BOOLEAN__VOID
20
21/* BOOL:POINTER (./gtkmarshal.list:2) */
22extern
23void gtk_marshal_BOOLEAN__POINTER (GClosure *closure,
24 GValue *return_value,
25 guint n_param_values,
26 const GValue *param_values,
27 gpointer invocation_hint,
28 gpointer marshal_data);
29
30#define gtk_marshal_BOOL__POINTER gtk_marshal_BOOLEAN__POINTER
31
32/* BOOL:POINTER,POINTER,INT,INT (./gtkmarshal.list:3) */
33extern
34void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT (GClosure *closure,
35 GValue *return_value,
36 guint n_param_values,
37 const GValue *param_values,
38 gpointer invocation_hint,
39 gpointer marshal_data);
40
41#define gtk_marshal_BOOL__POINTER_POINTER_INT_INT gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT
42
43/* BOOL:POINTER,INT,INT (./gtkmarshal.list:4) */
44extern
45void gtk_marshal_BOOLEAN__POINTER_INT_INT (GClosure *closure,
46 GValue *return_value,
47 guint n_param_values,
48 const GValue *param_values,
49 gpointer invocation_hint,
50 gpointer marshal_data);
51
52#define gtk_marshal_BOOL__POINTER_INT_INT gtk_marshal_BOOLEAN__POINTER_INT_INT
53
54/* BOOL:POINTER,INT,INT,UINT (./gtkmarshal.list:5) */
55extern
56void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT (GClosure *closure,
57 GValue *return_value,
58 guint n_param_values,
59 const GValue *param_values,
60 gpointer invocation_hint,
61 gpointer marshal_data);
62
63#define gtk_marshal_BOOL__POINTER_INT_INT_UINT gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT
64
65/* BOOL:POINTER,STRING,STRING,POINTER (./gtkmarshal.list:6) */
66extern
67void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER (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
74#define gtk_marshal_BOOL__POINTER_STRING_STRING_POINTER gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER
75
76/* ENUM:ENUM (./gtkmarshal.list:7) */
77extern
78void gtk_marshal_ENUM__ENUM (GClosure *closure,
79 GValue *return_value,
80 guint n_param_values,
81 const GValue *param_values,
82 gpointer invocation_hint,
83 gpointer marshal_data);
84
85/* INT:POINTER (./gtkmarshal.list:8) */
86extern
87void gtk_marshal_INT__POINTER (GClosure *closure,
88 GValue *return_value,
89 guint n_param_values,
90 const GValue *param_values,
91 gpointer invocation_hint,
92 gpointer marshal_data);
93
94/* INT:POINTER,CHAR,CHAR (./gtkmarshal.list:9) */
95extern
96void gtk_marshal_INT__POINTER_CHAR_CHAR (GClosure *closure,
97 GValue *return_value,
98 guint n_param_values,
99 const GValue *param_values,
100 gpointer invocation_hint,
101 gpointer marshal_data);
102
103/* NONE:BOOL (./gtkmarshal.list:10) */
104#define gtk_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN
105
106#define gtk_marshal_NONE__BOOL gtk_marshal_VOID__BOOLEAN
107
108/* NONE:BOXED (./gtkmarshal.list:11) */
109#define gtk_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
110
111#define gtk_marshal_NONE__BOXED gtk_marshal_VOID__BOXED
112
113/* NONE:ENUM (./gtkmarshal.list:12) */
114#define gtk_marshal_VOID__ENUM g_cclosure_marshal_VOID__ENUM
115
116#define gtk_marshal_NONE__ENUM gtk_marshal_VOID__ENUM
117
118/* NONE:ENUM,FLOAT (./gtkmarshal.list:13) */
119extern
120void gtk_marshal_VOID__ENUM_FLOAT (GClosure *closure,
121 GValue *return_value,
122 guint n_param_values,
123 const GValue *param_values,
124 gpointer invocation_hint,
125 gpointer marshal_data);
126
127#define gtk_marshal_NONE__ENUM_FLOAT gtk_marshal_VOID__ENUM_FLOAT
128
129/* NONE:ENUM,FLOAT,BOOL (./gtkmarshal.list:14) */
130extern
131void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN (GClosure *closure,
132 GValue *return_value,
133 guint n_param_values,
134 const GValue *param_values,
135 gpointer invocation_hint,
136 gpointer marshal_data);
137
138#define gtk_marshal_NONE__ENUM_FLOAT_BOOL gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN
139
140/* NONE:INT (./gtkmarshal.list:15) */
141#define gtk_marshal_VOID__INT g_cclosure_marshal_VOID__INT
142
143#define gtk_marshal_NONE__INT gtk_marshal_VOID__INT
144
145/* NONE:INT,INT (./gtkmarshal.list:16) */
146extern
147void gtk_marshal_VOID__INT_INT (GClosure *closure,
148 GValue *return_value,
149 guint n_param_values,
150 const GValue *param_values,
151 gpointer invocation_hint,
152 gpointer marshal_data);
153
154#define gtk_marshal_NONE__INT_INT gtk_marshal_VOID__INT_INT
155
156/* NONE:INT,INT,POINTER (./gtkmarshal.list:17) */
157extern
158void gtk_marshal_VOID__INT_INT_POINTER (GClosure *closure,
159 GValue *return_value,
160 guint n_param_values,
161 const GValue *param_values,
162 gpointer invocation_hint,
163 gpointer marshal_data);
164
165#define gtk_marshal_NONE__INT_INT_POINTER gtk_marshal_VOID__INT_INT_POINTER
166
167/* NONE:NONE (./gtkmarshal.list:18) */
168#define gtk_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
169
170#define gtk_marshal_NONE__NONE gtk_marshal_VOID__VOID
171
172/* NONE:OBJECT (./gtkmarshal.list:19) */
173#define gtk_marshal_VOID__OBJECT g_cclosure_marshal_VOID__OBJECT
174
175#define gtk_marshal_NONE__OBJECT gtk_marshal_VOID__OBJECT
176
177/* NONE:POINTER (./gtkmarshal.list:20) */
178#define gtk_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER
179
180#define gtk_marshal_NONE__POINTER gtk_marshal_VOID__POINTER
181
182/* NONE:POINTER,INT (./gtkmarshal.list:21) */
183extern
184void gtk_marshal_VOID__POINTER_INT (GClosure *closure,
185 GValue *return_value,
186 guint n_param_values,
187 const GValue *param_values,
188 gpointer invocation_hint,
189 gpointer marshal_data);
190
191#define gtk_marshal_NONE__POINTER_INT gtk_marshal_VOID__POINTER_INT
192
193/* NONE:POINTER,POINTER (./gtkmarshal.list:22) */
194extern
195void gtk_marshal_VOID__POINTER_POINTER (GClosure *closure,
196 GValue *return_value,
197 guint n_param_values,
198 const GValue *param_values,
199 gpointer invocation_hint,
200 gpointer marshal_data);
201
202#define gtk_marshal_NONE__POINTER_POINTER gtk_marshal_VOID__POINTER_POINTER
203
204/* NONE:POINTER,POINTER,POINTER (./gtkmarshal.list:23) */
205extern
206void gtk_marshal_VOID__POINTER_POINTER_POINTER (GClosure *closure,
207 GValue *return_value,
208 guint n_param_values,
209 const GValue *param_values,
210 gpointer invocation_hint,
211 gpointer marshal_data);
212
213#define gtk_marshal_NONE__POINTER_POINTER_POINTER gtk_marshal_VOID__POINTER_POINTER_POINTER
214
215/* NONE:POINTER,STRING,STRING (./gtkmarshal.list:24) */
216extern
217void gtk_marshal_VOID__POINTER_STRING_STRING (GClosure *closure,
218 GValue *return_value,
219 guint n_param_values,
220 const GValue *param_values,
221 gpointer invocation_hint,
222 gpointer marshal_data);
223
224#define gtk_marshal_NONE__POINTER_STRING_STRING gtk_marshal_VOID__POINTER_STRING_STRING
225
226/* NONE:POINTER,UINT (./gtkmarshal.list:25) */
227extern
228void gtk_marshal_VOID__POINTER_UINT (GClosure *closure,
229 GValue *return_value,
230 guint n_param_values,
231 const GValue *param_values,
232 gpointer invocation_hint,
233 gpointer marshal_data);
234
235#define gtk_marshal_NONE__POINTER_UINT gtk_marshal_VOID__POINTER_UINT
236
237/* NONE:POINTER,UINT,ENUM (./gtkmarshal.list:26) */
238extern
239void gtk_marshal_VOID__POINTER_UINT_ENUM (GClosure *closure,
240 GValue *return_value,
241 guint n_param_values,
242 const GValue *param_values,
243 gpointer invocation_hint,
244 gpointer marshal_data);
245
246#define gtk_marshal_NONE__POINTER_UINT_ENUM gtk_marshal_VOID__POINTER_UINT_ENUM
247
248/* NONE:POINTER,POINTER,UINT,UINT (./gtkmarshal.list:27) */
249extern
250void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT (GClosure *closure,
251 GValue *return_value,
252 guint n_param_values,
253 const GValue *param_values,
254 gpointer invocation_hint,
255 gpointer marshal_data);
256
257#define gtk_marshal_NONE__POINTER_POINTER_UINT_UINT gtk_marshal_VOID__POINTER_POINTER_UINT_UINT
258
259/* NONE:POINTER,INT,INT,POINTER,UINT,UINT (./gtkmarshal.list:28) */
260extern
261void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT (GClosure *closure,
262 GValue *return_value,
263 guint n_param_values,
264 const GValue *param_values,
265 gpointer invocation_hint,
266 gpointer marshal_data);
267
268#define gtk_marshal_NONE__POINTER_INT_INT_POINTER_UINT_UINT gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT
269
270/* NONE:POINTER,UINT,UINT (./gtkmarshal.list:29) */
271extern
272void gtk_marshal_VOID__POINTER_UINT_UINT (GClosure *closure,
273 GValue *return_value,
274 guint n_param_values,
275 const GValue *param_values,
276 gpointer invocation_hint,
277 gpointer marshal_data);
278
279#define gtk_marshal_NONE__POINTER_UINT_UINT gtk_marshal_VOID__POINTER_UINT_UINT
280
281/* NONE:STRING (./gtkmarshal.list:31) */
282#define gtk_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING
283
284#define gtk_marshal_NONE__STRING gtk_marshal_VOID__STRING
285
286/* NONE:STRING,INT,POINTER (./gtkmarshal.list:32) */
287extern
288void gtk_marshal_VOID__STRING_INT_POINTER (GClosure *closure,
289 GValue *return_value,
290 guint n_param_values,
291 const GValue *param_values,
292 gpointer invocation_hint,
293 gpointer marshal_data);
294
295#define gtk_marshal_NONE__STRING_INT_POINTER gtk_marshal_VOID__STRING_INT_POINTER
296
297/* NONE:UINT (./gtkmarshal.list:33) */
298#define gtk_marshal_VOID__UINT g_cclosure_marshal_VOID__UINT
299
300#define gtk_marshal_NONE__UINT gtk_marshal_VOID__UINT
301
302/* NONE:UINT,POINTER,UINT,ENUM,ENUM,POINTER (./gtkmarshal.list:34) */
303extern
304void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER (GClosure *closure,
305 GValue *return_value,
306 guint n_param_values,
307 const GValue *param_values,
308 gpointer invocation_hint,
309 gpointer marshal_data);
310
311#define gtk_marshal_NONE__UINT_POINTER_UINT_ENUM_ENUM_POINTER gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER
312
313/* NONE:UINT,POINTER,UINT,UINT,ENUM (./gtkmarshal.list:35) */
314extern
315void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM (GClosure *closure,
316 GValue *return_value,
317 guint n_param_values,
318 const GValue *param_values,
319 gpointer invocation_hint,
320 gpointer marshal_data);
321
322#define gtk_marshal_NONE__UINT_POINTER_UINT_UINT_ENUM gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM
323
324/* NONE:UINT,STRING (./gtkmarshal.list:36) */
325extern
326void gtk_marshal_VOID__UINT_STRING (GClosure *closure,
327 GValue *return_value,
328 guint n_param_values,
329 const GValue *param_values,
330 gpointer invocation_hint,
331 gpointer marshal_data);
332
333#define gtk_marshal_NONE__UINT_STRING gtk_marshal_VOID__UINT_STRING
334
335
336G_END_DECLS
337
338#endif /* __GTK_MARSHAL_MARSHAL_H__ */
339#endif /* GTK_DISABLE_DEPRECATED */
340