gntmarshal.h
1 /* 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. */
2 #ifndef __GNT_CLOSURE_MARSHAL_MARSHAL_H__
3 #define __GNT_CLOSURE_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* BOOLEAN:VOID (./genmarshal:1) */
10 extern
11 void gnt_closure_marshal_BOOLEAN__VOID (GClosure *closure,
12  GValue *return_value,
13  guint n_param_values,
14  const GValue *param_values,
15  gpointer invocation_hint,
16  gpointer marshal_data);
17 
18 /* BOOLEAN:STRING (./genmarshal:2) */
19 extern
20 void gnt_closure_marshal_BOOLEAN__STRING (GClosure *closure,
21  GValue *return_value,
22  guint n_param_values,
23  const GValue *param_values,
24  gpointer invocation_hint,
25  gpointer marshal_data);
26 
27 /* VOID:INT,INT,INT,INT (./genmarshal:3) */
28 extern
29 void gnt_closure_marshal_VOID__INT_INT_INT_INT (GClosure *closure,
30  GValue *return_value,
31  guint n_param_values,
32  const GValue *param_values,
33  gpointer invocation_hint,
34  gpointer marshal_data);
35 
36 /* VOID:INT,INT (./genmarshal:4) */
37 extern
38 void gnt_closure_marshal_VOID__INT_INT (GClosure *closure,
39  GValue *return_value,
40  guint n_param_values,
41  const GValue *param_values,
42  gpointer invocation_hint,
43  gpointer marshal_data);
44 
45 /* VOID:POINTER,POINTER (./genmarshal:5) */
46 extern
47 void gnt_closure_marshal_VOID__POINTER_POINTER (GClosure *closure,
48  GValue *return_value,
49  guint n_param_values,
50  const GValue *param_values,
51  gpointer invocation_hint,
52  gpointer marshal_data);
53 
54 /* BOOLEAN:INT,INT (./genmarshal:6) */
55 extern
56 void gnt_closure_marshal_BOOLEAN__INT_INT (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 /* BOOLEAN:INT,INT,INT (./genmarshal:7) */
64 extern
65 void gnt_closure_marshal_BOOLEAN__INT_INT_INT (GClosure *closure,
66  GValue *return_value,
67  guint n_param_values,
68  const GValue *param_values,
69  gpointer invocation_hint,
70  gpointer marshal_data);
71 
72 /* BOOLEAN:POINTER,POINTER,POINTER (./genmarshal:8) */
73 extern
74 void gnt_closure_marshal_BOOLEAN__POINTER_POINTER_POINTER (GClosure *closure,
75  GValue *return_value,
76  guint n_param_values,
77  const GValue *param_values,
78  gpointer invocation_hint,
79  gpointer marshal_data);
80 
81 /* BOOLEAN:INT,INT,INT,POINTER (./genmarshal:9) */
82 extern
83 void gnt_closure_marshal_BOOLEAN__INT_INT_INT_POINTER (GClosure *closure,
84  GValue *return_value,
85  guint n_param_values,
86  const GValue *param_values,
87  gpointer invocation_hint,
88  gpointer marshal_data);
89 
90 /* VOID:STRING,STRING (./genmarshal:10) */
91 extern
92 void gnt_closure_marshal_VOID__STRING_STRING (GClosure *closure,
93  GValue *return_value,
94  guint n_param_values,
95  const GValue *param_values,
96  gpointer invocation_hint,
97  gpointer marshal_data);
98 
99 /* VOID:POINTER,BOOLEAN (./genmarshal:11) */
100 extern
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);
107 
108 
109 G_END_DECLS
110 
111 #endif /* __GNT_CLOSURE_MARSHAL_MARSHAL_H__ */