1 
2 #ifndef __syl_plugin_marshal_MARSHAL_H__
3 #define __syl_plugin_marshal_MARSHAL_H__
4 
5 #include	<glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:POINTER (plugin-marshal.list:1) */
10 #define syl_plugin_marshal_VOID__POINTER	g_cclosure_marshal_VOID__POINTER
11 
12 /* VOID:POINTER,POINTER (plugin-marshal.list:2) */
13 extern void syl_plugin_marshal_VOID__POINTER_POINTER (GClosure     *closure,
14                                                       GValue       *return_value,
15                                                       guint         n_param_values,
16                                                       const GValue *param_values,
17                                                       gpointer      invocation_hint,
18                                                       gpointer      marshal_data);
19 
20 /* VOID:POINTER,POINTER,STRING,STRING,POINTER (plugin-marshal.list:3) */
21 extern void syl_plugin_marshal_VOID__POINTER_POINTER_STRING_STRING_POINTER (GClosure     *closure,
22                                                                             GValue       *return_value,
23                                                                             guint         n_param_values,
24                                                                             const GValue *param_values,
25                                                                             gpointer      invocation_hint,
26                                                                             gpointer      marshal_data);
27 
28 /* BOOLEAN:POINTER,INT,INT,STRING,POINTER (plugin-marshal.list:4) */
29 extern void syl_plugin_marshal_BOOLEAN__POINTER_INT_INT_STRING_POINTER (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:POINTER,POINTER,BOOLEAN (plugin-marshal.list:5) */
37 extern void syl_plugin_marshal_VOID__POINTER_POINTER_BOOLEAN (GClosure     *closure,
38                                                               GValue       *return_value,
39                                                               guint         n_param_values,
40                                                               const GValue *param_values,
41                                                               gpointer      invocation_hint,
42                                                               gpointer      marshal_data);
43 
44 /* VOID:INT (plugin-marshal.list:6) */
45 #define syl_plugin_marshal_VOID__INT	g_cclosure_marshal_VOID__INT
46 
47 /* VOID:POINTER,STRING,STRING,POINTER (plugin-marshal.list:7) */
48 extern void syl_plugin_marshal_VOID__POINTER_STRING_STRING_POINTER (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 G_END_DECLS
56 
57 #endif /* __syl_plugin_marshal_MARSHAL_H__ */
58 
59