Bug 654195 - Add g_unichar_compose() and g_unichar_decompose()
[platform/upstream/glib.git] / gobject / gmarshal.h
1 /* Note: This file is no longer generated.  See the comment in gmarshal.list */
2 #ifndef __G_MARSHAL_H__
3 #define __G_MARSHAL_H__
4
5 G_BEGIN_DECLS
6
7 /* VOID:VOID (./gmarshal.list:6) */
8 extern void g_cclosure_marshal_VOID__VOID (GClosure     *closure,
9                                            GValue       *return_value,
10                                            guint         n_param_values,
11                                            const GValue *param_values,
12                                            gpointer      invocation_hint,
13                                            gpointer      marshal_data);
14
15 /* VOID:BOOLEAN (./gmarshal.list:7) */
16 extern void g_cclosure_marshal_VOID__BOOLEAN (GClosure     *closure,
17                                               GValue       *return_value,
18                                               guint         n_param_values,
19                                               const GValue *param_values,
20                                               gpointer      invocation_hint,
21                                               gpointer      marshal_data);
22
23 /* VOID:CHAR (./gmarshal.list:8) */
24 extern void g_cclosure_marshal_VOID__CHAR (GClosure     *closure,
25                                            GValue       *return_value,
26                                            guint         n_param_values,
27                                            const GValue *param_values,
28                                            gpointer      invocation_hint,
29                                            gpointer      marshal_data);
30
31 /* VOID:UCHAR (./gmarshal.list:9) */
32 extern void g_cclosure_marshal_VOID__UCHAR (GClosure     *closure,
33                                             GValue       *return_value,
34                                             guint         n_param_values,
35                                             const GValue *param_values,
36                                             gpointer      invocation_hint,
37                                             gpointer      marshal_data);
38
39 /* VOID:INT (./gmarshal.list:10) */
40 extern void g_cclosure_marshal_VOID__INT (GClosure     *closure,
41                                           GValue       *return_value,
42                                           guint         n_param_values,
43                                           const GValue *param_values,
44                                           gpointer      invocation_hint,
45                                           gpointer      marshal_data);
46
47 /* VOID:UINT (./gmarshal.list:11) */
48 extern void g_cclosure_marshal_VOID__UINT (GClosure     *closure,
49                                            GValue       *return_value,
50                                            guint         n_param_values,
51                                            const GValue *param_values,
52                                            gpointer      invocation_hint,
53                                            gpointer      marshal_data);
54
55 /* VOID:LONG (./gmarshal.list:12) */
56 extern void g_cclosure_marshal_VOID__LONG (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 /* VOID:ULONG (./gmarshal.list:13) */
64 extern void g_cclosure_marshal_VOID__ULONG (GClosure     *closure,
65                                             GValue       *return_value,
66                                             guint         n_param_values,
67                                             const GValue *param_values,
68                                             gpointer      invocation_hint,
69                                             gpointer      marshal_data);
70
71 /* VOID:ENUM (./gmarshal.list:14) */
72 extern void g_cclosure_marshal_VOID__ENUM (GClosure     *closure,
73                                            GValue       *return_value,
74                                            guint         n_param_values,
75                                            const GValue *param_values,
76                                            gpointer      invocation_hint,
77                                            gpointer      marshal_data);
78
79 /* VOID:FLAGS (./gmarshal.list:15) */
80 extern void g_cclosure_marshal_VOID__FLAGS (GClosure     *closure,
81                                             GValue       *return_value,
82                                             guint         n_param_values,
83                                             const GValue *param_values,
84                                             gpointer      invocation_hint,
85                                             gpointer      marshal_data);
86
87 /* VOID:FLOAT (./gmarshal.list:16) */
88 extern void g_cclosure_marshal_VOID__FLOAT (GClosure     *closure,
89                                             GValue       *return_value,
90                                             guint         n_param_values,
91                                             const GValue *param_values,
92                                             gpointer      invocation_hint,
93                                             gpointer      marshal_data);
94
95 /* VOID:DOUBLE (./gmarshal.list:17) */
96 extern void g_cclosure_marshal_VOID__DOUBLE (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 /* VOID:STRING (./gmarshal.list:18) */
104 extern void g_cclosure_marshal_VOID__STRING (GClosure     *closure,
105                                              GValue       *return_value,
106                                              guint         n_param_values,
107                                              const GValue *param_values,
108                                              gpointer      invocation_hint,
109                                              gpointer      marshal_data);
110
111 /* VOID:PARAM (./gmarshal.list:19) */
112 extern void g_cclosure_marshal_VOID__PARAM (GClosure     *closure,
113                                             GValue       *return_value,
114                                             guint         n_param_values,
115                                             const GValue *param_values,
116                                             gpointer      invocation_hint,
117                                             gpointer      marshal_data);
118
119 /* VOID:BOXED (./gmarshal.list:20) */
120 extern void g_cclosure_marshal_VOID__BOXED (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 /* VOID:POINTER (./gmarshal.list:21) */
128 extern void g_cclosure_marshal_VOID__POINTER (GClosure     *closure,
129                                               GValue       *return_value,
130                                               guint         n_param_values,
131                                               const GValue *param_values,
132                                               gpointer      invocation_hint,
133                                               gpointer      marshal_data);
134
135 /* VOID:OBJECT (./gmarshal.list:22) */
136 extern void g_cclosure_marshal_VOID__OBJECT (GClosure     *closure,
137                                              GValue       *return_value,
138                                              guint         n_param_values,
139                                              const GValue *param_values,
140                                              gpointer      invocation_hint,
141                                              gpointer      marshal_data);
142
143 /* VOID:VARIANT (./gmarshal.list:23) */
144 extern void g_cclosure_marshal_VOID__VARIANT (GClosure     *closure,
145                                               GValue       *return_value,
146                                               guint         n_param_values,
147                                               const GValue *param_values,
148                                               gpointer      invocation_hint,
149                                               gpointer      marshal_data);
150
151 /* VOID:UINT,POINTER (./gmarshal.list:26) */
152 extern void g_cclosure_marshal_VOID__UINT_POINTER (GClosure     *closure,
153                                                    GValue       *return_value,
154                                                    guint         n_param_values,
155                                                    const GValue *param_values,
156                                                    gpointer      invocation_hint,
157                                                    gpointer      marshal_data);
158
159 /* BOOL:FLAGS (./gmarshal.list:27) */
160 extern void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure     *closure,
161                                                GValue       *return_value,
162                                                guint         n_param_values,
163                                                const GValue *param_values,
164                                                gpointer      invocation_hint,
165                                                gpointer      marshal_data);
166 #define g_cclosure_marshal_BOOL__FLAGS  g_cclosure_marshal_BOOLEAN__FLAGS
167
168 /* STRING:OBJECT,POINTER (./gmarshal.list:28) */
169 extern void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure     *closure,
170                                                        GValue       *return_value,
171                                                        guint         n_param_values,
172                                                        const GValue *param_values,
173                                                        gpointer      invocation_hint,
174                                                        gpointer      marshal_data);
175
176 /* BOOL:BOXED,BOXED (./gmarshal.list:29) */
177 extern void g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure     *closure,
178                                                      GValue       *return_value,
179                                                      guint         n_param_values,
180                                                      const GValue *param_values,
181                                                      gpointer      invocation_hint,
182                                                      gpointer      marshal_data);
183 #define g_cclosure_marshal_BOOL__BOXED_BOXED    g_cclosure_marshal_BOOLEAN__BOXED_BOXED
184
185 G_END_DECLS
186
187 #endif /* __G_MARSHAL_H__ */