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 __HALD_MARSHAL_MARSHAL_H__
3 #define __HALD_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:STRING,BOOLEAN,BOOLEAN (hald_marshal.list:1) */
10 extern
11 void hald_marshal_VOID__STRING_BOOLEAN_BOOLEAN (GClosure     *closure,
12                                                 GValue       *return_value,
13                                                 guint         n_param_values,
14                                                 const GValue *param_values,
15                                                 gpointer      invocation_hint,
16                                                 gpointer      marshal_data);
17 
18 /* VOID:STRING (hald_marshal.list:2) */
19 #define hald_marshal_VOID__STRING	g_cclosure_marshal_VOID__STRING
20 
21 /* VOID:OBJECT,BOOLEAN (hald_marshal.list:3) */
22 extern
23 void hald_marshal_VOID__OBJECT_BOOLEAN (GClosure     *closure,
24                                         GValue       *return_value,
25                                         guint         n_param_values,
26                                         const GValue *param_values,
27                                         gpointer      invocation_hint,
28                                         gpointer      marshal_data);
29 
30 /* VOID:OBJECT,STRING,BOOLEAN,BOOLEAN (hald_marshal.list:4) */
31 extern
32 void hald_marshal_VOID__OBJECT_STRING_BOOLEAN_BOOLEAN (GClosure     *closure,
33                                                        GValue       *return_value,
34                                                        guint         n_param_values,
35                                                        const GValue *param_values,
36                                                        gpointer      invocation_hint,
37                                                        gpointer      marshal_data);
38 
39 /* VOID:OBJECT,STRING (hald_marshal.list:5) */
40 extern
41 void hald_marshal_VOID__OBJECT_STRING (GClosure     *closure,
42                                        GValue       *return_value,
43                                        guint         n_param_values,
44                                        const GValue *param_values,
45                                        gpointer      invocation_hint,
46                                        gpointer      marshal_data);
47 
48 /* VOID:VOID (hald_marshal.list:6) */
49 #define hald_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID
50 
51 
52 G_END_DECLS
53 
54 #endif /* __HALD_MARSHAL_MARSHAL_H__ */
55