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 __FR_MARSHAL_MARSHAL_H__
3 #define __FR_MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:INT (fr-marshal.list:1) */
10 #define fr_marshal_VOID__INT	g_cclosure_marshal_VOID__INT
11 
12 /* VOID:INT,INT (fr-marshal.list:2) */
13 extern
14 void fr_marshal_VOID__INT_INT (GClosure     *closure,
15                                GValue       *return_value,
16                                guint         n_param_values,
17                                const GValue *param_values,
18                                gpointer      invocation_hint,
19                                gpointer      marshal_data);
20 
21 /* VOID:INT,BOXED (fr-marshal.list:3) */
22 extern
23 void fr_marshal_VOID__INT_BOXED (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:POINTER (fr-marshal.list:4) */
31 #define fr_marshal_VOID__POINTER	g_cclosure_marshal_VOID__POINTER
32 
33 /* VOID:VOID (fr-marshal.list:5) */
34 #define fr_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID
35 
36 /* VOID:DOUBLE (fr-marshal.list:6) */
37 #define fr_marshal_VOID__DOUBLE	g_cclosure_marshal_VOID__DOUBLE
38 
39 /* VOID:DOUBLE,STRING (fr-marshal.list:7) */
40 extern
41 void fr_marshal_VOID__DOUBLE_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:STRING (fr-marshal.list:8) */
49 #define fr_marshal_VOID__STRING	g_cclosure_marshal_VOID__STRING
50 
51 /* VOID:BOOL (fr-marshal.list:9) */
52 #define fr_marshal_VOID__BOOLEAN	g_cclosure_marshal_VOID__BOOLEAN
53 
54 #define fr_marshal_VOID__BOOL	fr_marshal_VOID__BOOLEAN
55 
56 /* VOID:BOXED (fr-marshal.list:10) */
57 #define fr_marshal_VOID__BOXED	g_cclosure_marshal_VOID__BOXED
58 
59 
60 G_END_DECLS
61 
62 #endif /* __FR_MARSHAL_MARSHAL_H__ */
63