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 __PAROLE_MARSHAL_MARSHAL_H__
3 #define __PAROLE_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:OBJECT,ENUM (parole-marshal.list:1) */
10 extern
11 void parole_marshal_VOID__OBJECT_ENUM (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:OBJECT,DOUBLE (parole-marshal.list:2) */
19 extern
20 void parole_marshal_VOID__OBJECT_DOUBLE (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:OBJECT,INT (parole-marshal.list:3) */
28 extern
29 void parole_marshal_VOID__OBJECT_INT (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 
37 G_END_DECLS
38 
39 #endif /* __PAROLE_MARSHAL_MARSHAL_H__ */
40