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 ___MARSHAL_MARSHAL_H__
3 #define ___MARSHAL_MARSHAL_H__
4 
5 #include <glib-object.h>
6 
7 G_BEGIN_DECLS
8 
9 /* VOID:BOOLEAN,STRING (marshal.list:25) */
10 extern
11 void _marshal_VOID__BOOLEAN_STRING (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:POINTER,POINTER,STRING,STRING (marshal.list:26) */
19 extern
20 void _marshal_VOID__POINTER_POINTER_STRING_STRING (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 
28 G_END_DECLS
29 
30 #endif /* ___MARSHAL_MARSHAL_H__ */
31