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 __ANJUTA_CCLOSURE_MARSHAL_MARSHAL_H__
3 #define __ANJUTA_CCLOSURE_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:VOID (./anjuta-marshal.list:24) */
10 #define anjuta_cclosure_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID
11 
12 /* VOID:BOOLEAN (./anjuta-marshal.list:25) */
13 #define anjuta_cclosure_marshal_VOID__BOOLEAN	g_cclosure_marshal_VOID__BOOLEAN
14 
15 /* VOID:BOXED (./anjuta-marshal.list:26) */
16 #define anjuta_cclosure_marshal_VOID__BOXED	g_cclosure_marshal_VOID__BOXED
17 
18 /* VOID:INT,STRING (./anjuta-marshal.list:27) */
19 extern
20 void anjuta_cclosure_marshal_VOID__INT_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,OBJECT (./anjuta-marshal.list:28) */
28 extern
29 void anjuta_cclosure_marshal_VOID__INT_OBJECT (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,ULONG (./anjuta-marshal.list:29) */
37 extern
38 void anjuta_cclosure_marshal_VOID__INT_INT_ULONG (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:STRING,POINTER (./anjuta-marshal.list:30) */
46 extern
47 void anjuta_cclosure_marshal_VOID__STRING_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 /* VOID:STRING (./anjuta-marshal.list:31) */
55 #define anjuta_cclosure_marshal_VOID__STRING	g_cclosure_marshal_VOID__STRING
56 
57 /* VOID:STRING,INT (./anjuta-marshal.list:32) */
58 extern
59 void anjuta_cclosure_marshal_VOID__STRING_INT (GClosure     *closure,
60                                                GValue       *return_value,
61                                                guint         n_param_values,
62                                                const GValue *param_values,
63                                                gpointer      invocation_hint,
64                                                gpointer      marshal_data);
65 
66 /* VOID:STRING,INT,STRING (./anjuta-marshal.list:33) */
67 extern
68 void anjuta_cclosure_marshal_VOID__STRING_INT_STRING (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:STRING,BOXED (./anjuta-marshal.list:34) */
76 extern
77 void anjuta_cclosure_marshal_VOID__STRING_BOXED (GClosure     *closure,
78                                                  GValue       *return_value,
79                                                  guint         n_param_values,
80                                                  const GValue *param_values,
81                                                  gpointer      invocation_hint,
82                                                  gpointer      marshal_data);
83 
84 /* VOID:POINTER (./anjuta-marshal.list:35) */
85 #define anjuta_cclosure_marshal_VOID__POINTER	g_cclosure_marshal_VOID__POINTER
86 
87 /* VOID:OBJECT (./anjuta-marshal.list:36) */
88 #define anjuta_cclosure_marshal_VOID__OBJECT	g_cclosure_marshal_VOID__OBJECT
89 
90 /* VOID:BOXED,ENUM (./anjuta-marshal.list:37) */
91 extern
92 void anjuta_cclosure_marshal_VOID__BOXED_ENUM (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,OBJECT (./anjuta-marshal.list:38) */
100 extern
101 void anjuta_cclosure_marshal_VOID__POINTER_OBJECT (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 /* __ANJUTA_CCLOSURE_MARSHAL_MARSHAL_H__ */
112