2 #ifndef __GNT_CLOSURE_MARSHAL_MARSHAL_H__ 3 #define __GNT_CLOSURE_MARSHAL_MARSHAL_H__ 5 #include <glib-object.h> 11 void gnt_closure_marshal_BOOLEAN__VOID (GClosure *closure,
14 const GValue *param_values,
15 gpointer invocation_hint,
16 gpointer marshal_data);
20 void gnt_closure_marshal_BOOLEAN__STRING (GClosure *closure,
23 const GValue *param_values,
24 gpointer invocation_hint,
25 gpointer marshal_data);
29 void gnt_closure_marshal_VOID__INT_INT_INT_INT (GClosure *closure,
32 const GValue *param_values,
33 gpointer invocation_hint,
34 gpointer marshal_data);
38 void gnt_closure_marshal_VOID__INT_INT (GClosure *closure,
41 const GValue *param_values,
42 gpointer invocation_hint,
43 gpointer marshal_data);
47 void gnt_closure_marshal_VOID__POINTER_POINTER (GClosure *closure,
50 const GValue *param_values,
51 gpointer invocation_hint,
52 gpointer marshal_data);
56 void gnt_closure_marshal_BOOLEAN__INT_INT (GClosure *closure,
59 const GValue *param_values,
60 gpointer invocation_hint,
61 gpointer marshal_data);
65 void gnt_closure_marshal_BOOLEAN__INT_INT_INT (GClosure *closure,
68 const GValue *param_values,
69 gpointer invocation_hint,
70 gpointer marshal_data);
74 void gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER (GClosure *closure,
77 const GValue *param_values,
78 gpointer invocation_hint,
79 gpointer marshal_data);
83 void gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER (GClosure *closure,
86 const GValue *param_values,
87 gpointer invocation_hint,
88 gpointer marshal_data);
92 void gnt_closure_marshal_VOID__STRING_STRING (GClosure *closure,
95 const GValue *param_values,
96 gpointer invocation_hint,
97 gpointer marshal_data);
101 void gnt_closure_marshal_VOID__POINTER_BOOLEAN (GClosure *closure,
102 GValue *return_value,
103 guint n_param_values,
104 const GValue *param_values,
105 gpointer invocation_hint,
106 gpointer marshal_data);