Initial Import
[profile/ivi/json-glib.git] / json-glib / json-marshal.h
1
2 #ifndef ___json_marshal_MARSHAL_H__
3 #define ___json_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* VOID:VOID (./json-marshal.list:1) */
10 #define _json_marshal_VOID__VOID        g_cclosure_marshal_VOID__VOID
11
12 /* VOID:BOXED (./json-marshal.list:2) */
13 #define _json_marshal_VOID__BOXED       g_cclosure_marshal_VOID__BOXED
14
15 /* VOID:BOXED,STRING (./json-marshal.list:3) */
16 extern void _json_marshal_VOID__BOXED_STRING (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:BOXED,INT (./json-marshal.list:4) */
24 extern void _json_marshal_VOID__BOXED_INT (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:POINTER (./json-marshal.list:5) */
32 #define _json_marshal_VOID__POINTER     g_cclosure_marshal_VOID__POINTER
33
34 G_END_DECLS
35
36 #endif /* ___json_marshal_MARSHAL_H__ */
37