]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/tray-monitor/eggmarshalers.h
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
[bacula/bacula] / bacula / src / tray-monitor / eggmarshalers.h
1
2 #ifndef ___egg_marshal_MARSHAL_H__
3 #define ___egg_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* VOID:OBJECT,OBJECT (eggmarshalers.list:1) */
10 extern void _egg_marshal_VOID__OBJECT_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
17 /* VOID:OBJECT,STRING,LONG,LONG (eggmarshalers.list:2) */
18 extern void _egg_marshal_VOID__OBJECT_STRING_LONG_LONG (GClosure     *closure,
19                                                         GValue       *return_value,
20                                                         guint         n_param_values,
21                                                         const GValue *param_values,
22                                                         gpointer      invocation_hint,
23                                                         gpointer      marshal_data);
24
25 /* VOID:OBJECT,LONG (eggmarshalers.list:3) */
26 extern void _egg_marshal_VOID__OBJECT_LONG (GClosure     *closure,
27                                             GValue       *return_value,
28                                             guint         n_param_values,
29                                             const GValue *param_values,
30                                             gpointer      invocation_hint,
31                                             gpointer      marshal_data);
32
33 /* VOID:OBJECT,STRING,STRING (eggmarshalers.list:4) */
34 extern void _egg_marshal_VOID__OBJECT_STRING_STRING (GClosure     *closure,
35                                                      GValue       *return_value,
36                                                      guint         n_param_values,
37                                                      const GValue *param_values,
38                                                      gpointer      invocation_hint,
39                                                      gpointer      marshal_data);
40
41 /* VOID:UINT,UINT (eggmarshalers.list:5) */
42 extern void _egg_marshal_VOID__UINT_UINT (GClosure     *closure,
43                                           GValue       *return_value,
44                                           guint         n_param_values,
45                                           const GValue *param_values,
46                                           gpointer      invocation_hint,
47                                           gpointer      marshal_data);
48
49 /* BOOLEAN:INT (eggmarshalers.list:6) */
50 extern void _egg_marshal_BOOLEAN__INT (GClosure     *closure,
51                                        GValue       *return_value,
52                                        guint         n_param_values,
53                                        const GValue *param_values,
54                                        gpointer      invocation_hint,
55                                        gpointer      marshal_data);
56
57 /* BOOLEAN:ENUM (eggmarshalers.list:7) */
58 extern void _egg_marshal_BOOLEAN__ENUM (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
65 /* BOOLEAN:VOID (eggmarshalers.list:8) */
66 extern void _egg_marshal_BOOLEAN__VOID (GClosure     *closure,
67                                         GValue       *return_value,
68                                         guint         n_param_values,
69                                         const GValue *param_values,
70                                         gpointer      invocation_hint,
71                                         gpointer      marshal_data);
72
73 /* OBJECT:VOID (eggmarshalers.list:9) */
74 extern void _egg_marshal_OBJECT__VOID (GClosure     *closure,
75                                        GValue       *return_value,
76                                        guint         n_param_values,
77                                        const GValue *param_values,
78                                        gpointer      invocation_hint,
79                                        gpointer      marshal_data);
80
81 /* VOID:VOID (eggmarshalers.list:10) */
82 #define _egg_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
83
84 /* VOID:INT,INT (eggmarshalers.list:11) */
85 extern void _egg_marshal_VOID__INT_INT (GClosure     *closure,
86                                         GValue       *return_value,
87                                         guint         n_param_values,
88                                         const GValue *param_values,
89                                         gpointer      invocation_hint,
90                                         gpointer      marshal_data);
91
92 /* VOID:UINT,UINT (eggmarshalers.list:12) */
93
94 /* VOID:BOOLEAN (eggmarshalers.list:13) */
95 #define _egg_marshal_VOID__BOOLEAN      g_cclosure_marshal_VOID__BOOLEAN
96
97 /* VOID:OBJECT,ENUM,BOXED (eggmarshalers.list:14) */
98 extern void _egg_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
99                                                   GValue       *return_value,
100                                                   guint         n_param_values,
101                                                   const GValue *param_values,
102                                                   gpointer      invocation_hint,
103                                                   gpointer      marshal_data);
104
105 /* VOID:BOXED (eggmarshalers.list:15) */
106 #define _egg_marshal_VOID__BOXED        g_cclosure_marshal_VOID__BOXED
107
108 /* BOOLEAN:BOOLEAN (eggmarshalers.list:16) */
109 extern void _egg_marshal_BOOLEAN__BOOLEAN (GClosure     *closure,
110                                            GValue       *return_value,
111                                            guint         n_param_values,
112                                            const GValue *param_values,
113                                            gpointer      invocation_hint,
114                                            gpointer      marshal_data);
115
116 /* BOOLEAN:OBJECT,STRING,STRING (eggmarshalers.list:17) */
117 extern void _egg_marshal_BOOLEAN__OBJECT_STRING_STRING (GClosure     *closure,
118                                                         GValue       *return_value,
119                                                         guint         n_param_values,
120                                                         const GValue *param_values,
121                                                         gpointer      invocation_hint,
122                                                         gpointer      marshal_data);
123
124 G_END_DECLS
125
126 #endif /* ___egg_marshal_MARSHAL_H__ */
127