2 #ifndef __gnt_closure_marshal_MARSHAL_H__
3 #define __gnt_closure_marshal_MARSHAL_H__
5 #include <glib-object.h>
9 /* BOOLEAN:VOID (./genmarshal:1) */
10 extern void gnt_closure_marshal_BOOLEAN__VOID (GClosure
*closure
,
13 const GValue
*param_values
,
14 gpointer invocation_hint
,
15 gpointer marshal_data
);
17 /* BOOLEAN:STRING (./genmarshal:2) */
18 extern void gnt_closure_marshal_BOOLEAN__STRING (GClosure
*closure
,
21 const GValue
*param_values
,
22 gpointer invocation_hint
,
23 gpointer marshal_data
);
25 /* VOID:INT,INT,INT,INT (./genmarshal:3) */
26 extern void gnt_closure_marshal_VOID__INT_INT_INT_INT (GClosure
*closure
,
29 const GValue
*param_values
,
30 gpointer invocation_hint
,
31 gpointer marshal_data
);
33 /* VOID:INT,INT (./genmarshal:4) */
34 extern void gnt_closure_marshal_VOID__INT_INT (GClosure
*closure
,
37 const GValue
*param_values
,
38 gpointer invocation_hint
,
39 gpointer marshal_data
);
41 /* VOID:POINTER,POINTER (./genmarshal:5) */
42 extern void gnt_closure_marshal_VOID__POINTER_POINTER (GClosure
*closure
,
45 const GValue
*param_values
,
46 gpointer invocation_hint
,
47 gpointer marshal_data
);
49 /* BOOLEAN:INT,INT (./genmarshal:6) */
50 extern void gnt_closure_marshal_BOOLEAN__INT_INT (GClosure
*closure
,
53 const GValue
*param_values
,
54 gpointer invocation_hint
,
55 gpointer marshal_data
);
57 /* BOOLEAN:INT,INT,INT (./genmarshal:7) */
58 extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT (GClosure
*closure
,
61 const GValue
*param_values
,
62 gpointer invocation_hint
,
63 gpointer marshal_data
);
65 /* BOOLEAN:POINTER,POINTER,POINTER (./genmarshal:8) */
66 extern void gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER (GClosure
*closure
,
69 const GValue
*param_values
,
70 gpointer invocation_hint
,
71 gpointer marshal_data
);
73 /* BOOLEAN:INT,INT,INT,POINTER (./genmarshal:9) */
74 extern void gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER (GClosure
*closure
,
77 const GValue
*param_values
,
78 gpointer invocation_hint
,
79 gpointer marshal_data
);
81 /* VOID:STRING,STRING (./genmarshal:10) */
82 extern void gnt_closure_marshal_VOID__STRING_STRING (GClosure
*closure
,
85 const GValue
*param_values
,
86 gpointer invocation_hint
,
87 gpointer marshal_data
);
89 /* VOID:POINTER,BOOLEAN (./genmarshal:11) */
90 extern void gnt_closure_marshal_VOID__POINTER_BOOLEAN (GClosure
*closure
,
93 const GValue
*param_values
,
94 gpointer invocation_hint
,
95 gpointer marshal_data
);
99 #endif /* __gnt_closure_marshal_MARSHAL_H__ */