1 #ifndef __THUNAR_MARSHAL_H__
2 #define __THUNAR_MARSHAL_H__
3 /* 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. */
4 #ifndef ___THUNAR_MARSHAL_MARSHAL_H__
5 #define ___THUNAR_MARSHAL_MARSHAL_H__
6 
7 #include <glib-object.h>
8 
9 G_BEGIN_DECLS
10 
11 /* BOOLEAN:BOOLEAN (thunar-marshal.list:1) */
12 extern
13 void _thunar_marshal_BOOLEAN__BOOLEAN (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 /* BOOLEAN:POINTER (thunar-marshal.list:2) */
21 extern
22 void _thunar_marshal_BOOLEAN__POINTER (GClosure     *closure,
23                                        GValue       *return_value,
24                                        guint         n_param_values,
25                                        const GValue *param_values,
26                                        gpointer      invocation_hint,
27                                        gpointer      marshal_data);
28 
29 /* BOOLEAN:VOID (thunar-marshal.list:3) */
30 extern
31 void _thunar_marshal_BOOLEAN__VOID (GClosure     *closure,
32                                     GValue       *return_value,
33                                     guint         n_param_values,
34                                     const GValue *param_values,
35                                     gpointer      invocation_hint,
36                                     gpointer      marshal_data);
37 
38 /* BOOLEAN:INT (thunar-marshal.list:4) */
39 extern
40 void _thunar_marshal_BOOLEAN__INT (GClosure     *closure,
41                                    GValue       *return_value,
42                                    guint         n_param_values,
43                                    const GValue *param_values,
44                                    gpointer      invocation_hint,
45                                    gpointer      marshal_data);
46 
47 /* FLAGS:OBJECT,OBJECT (thunar-marshal.list:5) */
48 extern
49 void _thunar_marshal_FLAGS__OBJECT_OBJECT (GClosure     *closure,
50                                            GValue       *return_value,
51                                            guint         n_param_values,
52                                            const GValue *param_values,
53                                            gpointer      invocation_hint,
54                                            gpointer      marshal_data);
55 
56 /* FLAGS:STRING,FLAGS (thunar-marshal.list:6) */
57 extern
58 void _thunar_marshal_FLAGS__STRING_FLAGS (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 /* VOID:STRING,STRING (thunar-marshal.list:7) */
66 extern
67 void _thunar_marshal_VOID__STRING_STRING (GClosure     *closure,
68                                           GValue       *return_value,
69                                           guint         n_param_values,
70                                           const GValue *param_values,
71                                           gpointer      invocation_hint,
72                                           gpointer      marshal_data);
73 
74 /* VOID:UINT64,UINT,UINT,UINT (thunar-marshal.list:8) */
75 extern
76 void _thunar_marshal_VOID__UINT64_UINT_UINT_UINT (GClosure     *closure,
77                                                   GValue       *return_value,
78                                                   guint         n_param_values,
79                                                   const GValue *param_values,
80                                                   gpointer      invocation_hint,
81                                                   gpointer      marshal_data);
82 
83 /* VOID:UINT,BOXED,UINT,STRING (thunar-marshal.list:9) */
84 extern
85 void _thunar_marshal_VOID__UINT_BOXED_UINT_STRING (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,BOXED (thunar-marshal.list:10) */
93 extern
94 void _thunar_marshal_VOID__UINT_BOXED (GClosure     *closure,
95                                        GValue       *return_value,
96                                        guint         n_param_values,
97                                        const GValue *param_values,
98                                        gpointer      invocation_hint,
99                                        gpointer      marshal_data);
100 
101 /* VOID:OBJECT,OBJECT (thunar-marshal.list:11) */
102 extern
103 void _thunar_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
104                                           GValue       *return_value,
105                                           guint         n_param_values,
106                                           const GValue *param_values,
107                                           gpointer      invocation_hint,
108                                           gpointer      marshal_data);
109 
110 
111 G_END_DECLS
112 
113 #endif /* ___THUNAR_MARSHAL_MARSHAL_H__ */
114 #endif /* !__THUNAR_MARSHAL_H__ */
115