1 
2 #ifndef __html_g_cclosure_marshal_MARSHAL_H__
3 #define __html_g_cclosure_marshal_MARSHAL_H__
4 
5 #include	<glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* BOOL:OBJECT (htmlclosures.list:1) */
10 extern void html_g_cclosure_marshal_BOOLEAN__OBJECT (GClosure     *closure,
11                                                      GValue       *return_value,
12                                                      guint         n_param_values,
13                                                      const GValue *param_values,
14                                                      gpointer      invocation_hint,
15                                                      gpointer      marshal_data);
16 #define html_g_cclosure_marshal_BOOL__OBJECT	html_g_cclosure_marshal_BOOLEAN__OBJECT
17 
18 /* BOOL:ENUM (htmlclosures.list:2) */
19 extern void html_g_cclosure_marshal_BOOLEAN__ENUM (GClosure     *closure,
20                                                    GValue       *return_value,
21                                                    guint         n_param_values,
22                                                    const GValue *param_values,
23                                                    gpointer      invocation_hint,
24                                                    gpointer      marshal_data);
25 #define html_g_cclosure_marshal_BOOL__ENUM	html_g_cclosure_marshal_BOOLEAN__ENUM
26 
27 /* VOID:STRING,POINTER (htmlclosures.list:3) */
28 extern void html_g_cclosure_marshal_VOID__STRING_POINTER (GClosure     *closure,
29                                                           GValue       *return_value,
30                                                           guint         n_param_values,
31                                                           const GValue *param_values,
32                                                           gpointer      invocation_hint,
33                                                           gpointer      marshal_data);
34 
35 /* VOID:POINTER,INT (htmlclosures.list:4) */
36 extern void html_g_cclosure_marshal_VOID__POINTER_INT (GClosure     *closure,
37                                                        GValue       *return_value,
38                                                        guint         n_param_values,
39                                                        const GValue *param_values,
40                                                        gpointer      invocation_hint,
41                                                        gpointer      marshal_data);
42 
43 /* VOID:STRING,STRING,STRING (htmlclosures.list:5) */
44 extern void html_g_cclosure_marshal_VOID__STRING_STRING_STRING (GClosure     *closure,
45                                                                 GValue       *return_value,
46                                                                 guint         n_param_values,
47                                                                 const GValue *param_values,
48                                                                 gpointer      invocation_hint,
49                                                                 gpointer      marshal_data);
50 
51 /* VOID:INT,INT,FLOAT (htmlclosures.list:6) */
52 extern void html_g_cclosure_marshal_VOID__INT_INT_FLOAT (GClosure     *closure,
53                                                          GValue       *return_value,
54                                                          guint         n_param_values,
55                                                          const GValue *param_values,
56                                                          gpointer      invocation_hint,
57                                                          gpointer      marshal_data);
58 
59 /* VOID:ENUM,ENUM,FLOAT (htmlclosures.list:7) */
60 extern void html_g_cclosure_marshal_VOID__ENUM_ENUM_FLOAT (GClosure     *closure,
61                                                            GValue       *return_value,
62                                                            guint         n_param_values,
63                                                            const GValue *param_values,
64                                                            gpointer      invocation_hint,
65                                                            gpointer      marshal_data);
66 
67 /* VOID:INT,INT (htmlclosures.list:8) */
68 extern void html_g_cclosure_marshal_VOID__INT_INT (GClosure     *closure,
69                                                    GValue       *return_value,
70                                                    guint         n_param_values,
71                                                    const GValue *param_values,
72                                                    gpointer      invocation_hint,
73                                                    gpointer      marshal_data);
74 
75 /* VOID:ENUM,ENUM (htmlclosures.list:9) */
76 extern void html_g_cclosure_marshal_VOID__ENUM_ENUM (GClosure     *closure,
77                                                      GValue       *return_value,
78                                                      guint         n_param_values,
79                                                      const GValue *param_values,
80                                                      gpointer      invocation_hint,
81                                                      gpointer      marshal_data);
82 
83 /* VOID:POINTER,BOOL,BOOL,BOOL (htmlclosures.list:10) */
84 extern void html_g_cclosure_marshal_VOID__POINTER_BOOLEAN_BOOLEAN_BOOLEAN (GClosure     *closure,
85                                                                            GValue       *return_value,
86                                                                            guint         n_param_values,
87                                                                            const GValue *param_values,
88                                                                            gpointer      invocation_hint,
89                                                                            gpointer      marshal_data);
90 #define html_g_cclosure_marshal_VOID__POINTER_BOOL_BOOL_BOOL	html_g_cclosure_marshal_VOID__POINTER_BOOLEAN_BOOLEAN_BOOLEAN
91 
92 /* POINTER:VOID (htmlclosures.list:11) */
93 extern void html_g_cclosure_marshal_POINTER__VOID (GClosure     *closure,
94                                                    GValue       *return_value,
95                                                    guint         n_param_values,
96                                                    const GValue *param_values,
97                                                    gpointer      invocation_hint,
98                                                    gpointer      marshal_data);
99 
100 /* VOID:VOID (htmlclosures.list:12) */
101 #define html_g_cclosure_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID
102 
103 G_END_DECLS
104 
105 #endif /* __html_g_cclosure_marshal_MARSHAL_H__ */
106 
107