Reapplying patch to disable attempts to use gtk-doc
[profile/ivi/libsoup2.4.git] / libsoup / soup-marshal.h
1
2 #ifndef ___soup_marshal_MARSHAL_H__
3 #define ___soup_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* NONE:BOXED (soup-marshal.list:1) */
10 #define _soup_marshal_VOID__BOXED       g_cclosure_marshal_VOID__BOXED
11 #define _soup_marshal_NONE__BOXED       _soup_marshal_VOID__BOXED
12
13 /* NONE:BOXED,BOXED (soup-marshal.list:2) */
14 extern void _soup_marshal_VOID__BOXED_BOXED (GClosure     *closure,
15                                              GValue       *return_value,
16                                              guint         n_param_values,
17                                              const GValue *param_values,
18                                              gpointer      invocation_hint,
19                                              gpointer      marshal_data);
20 #define _soup_marshal_NONE__BOXED_BOXED _soup_marshal_VOID__BOXED_BOXED
21
22 /* NONE:NONE (soup-marshal.list:3) */
23 #define _soup_marshal_VOID__VOID        g_cclosure_marshal_VOID__VOID
24 #define _soup_marshal_NONE__NONE        _soup_marshal_VOID__VOID
25
26 /* NONE:OBJECT (soup-marshal.list:4) */
27 #define _soup_marshal_VOID__OBJECT      g_cclosure_marshal_VOID__OBJECT
28 #define _soup_marshal_NONE__OBJECT      _soup_marshal_VOID__OBJECT
29
30 /* NONE:OBJECT,OBJECT (soup-marshal.list:5) */
31 extern void _soup_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
32                                                GValue       *return_value,
33                                                guint         n_param_values,
34                                                const GValue *param_values,
35                                                gpointer      invocation_hint,
36                                                gpointer      marshal_data);
37 #define _soup_marshal_NONE__OBJECT_OBJECT       _soup_marshal_VOID__OBJECT_OBJECT
38
39 /* NONE:OBJECT,OBJECT,BOOLEAN (soup-marshal.list:6) */
40 extern void _soup_marshal_VOID__OBJECT_OBJECT_BOOLEAN (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 #define _soup_marshal_NONE__OBJECT_OBJECT_BOOLEAN       _soup_marshal_VOID__OBJECT_OBJECT_BOOLEAN
47
48 /* NONE:OBJECT,POINTER (soup-marshal.list:7) */
49 extern void _soup_marshal_VOID__OBJECT_POINTER (GClosure     *closure,
50                                                 GValue       *return_value,
51                                                 guint         n_param_values,
52                                                 const GValue *param_values,
53                                                 gpointer      invocation_hint,
54                                                 gpointer      marshal_data);
55 #define _soup_marshal_NONE__OBJECT_POINTER      _soup_marshal_VOID__OBJECT_POINTER
56
57 /* NONE:STRING,BOXED (soup-marshal.list:8) */
58 extern void _soup_marshal_VOID__STRING_BOXED (GClosure     *closure,
59                                               GValue       *return_value,
60                                               guint         n_param_values,
61                                               const GValue *param_values,
62                                               gpointer      invocation_hint,
63                                               gpointer      marshal_data);
64 #define _soup_marshal_NONE__STRING_BOXED        _soup_marshal_VOID__STRING_BOXED
65
66 /* NONE:STRING,STRING (soup-marshal.list:9) */
67 extern void _soup_marshal_VOID__STRING_STRING (GClosure     *closure,
68                                                GValue       *return_value,
69                                                guint         n_param_values,
70                                                const GValue *param_values,
71                                                gpointer      invocation_hint,
72                                                gpointer      marshal_data);
73 #define _soup_marshal_NONE__STRING_STRING       _soup_marshal_VOID__STRING_STRING
74
75 G_END_DECLS
76
77 #endif /* ___soup_marshal_MARSHAL_H__ */
78