Ardour  8.7-14-g57a6773833
gtkmarshal.h
Go to the documentation of this file.
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 
8 G_BEGIN_DECLS
9 
10 /* BOOL:NONE (./gtkmarshal.list:1) */
11 extern
12 void 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) */
22 extern
23 void 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) */
33 extern
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) */
44 extern
45 void 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) */
55 extern
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) */
66 extern
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) */
77 extern
78 void 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) */
86 extern
87 void 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) */
95 extern
96 void 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) */
119 extern
120 void 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) */
130 extern
131 void 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) */
146 extern
147 void 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) */
157 extern
158 void 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) */
183 extern
184 void 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) */
194 extern
195 void 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) */
205 extern
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) */
216 extern
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) */
227 extern
228 void 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) */
238 extern
239 void 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) */
249 extern
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) */
260 extern
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) */
271 extern
272 void 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) */
287 extern
288 void 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) */
303 extern
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) */
314 extern
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) */
325 extern
326 void 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 
336 G_END_DECLS
337 
338 #endif /* __GTK_MARSHAL_MARSHAL_H__ */
339 #endif /* GTK_DISABLE_DEPRECATED */
void gtk_marshal_VOID__UINT_STRING(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_UINT_ENUM(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_ENUM__ENUM(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__ENUM_FLOAT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__STRING_INT_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_STRING_STRING(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_INT__POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_POINTER_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_UINT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
G_BEGIN_DECLS void gtk_marshal_BOOLEAN__VOID(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_INT__POINTER_CHAR_CHAR(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_INT_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__INT_INT_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_UINT_UINT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__INT_INT(GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)