2006-08-30 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / hildon-widgets / hildon-marshalers.h
1
2 #ifndef ___HILDON_MARSHALERS_H__
3 #define ___HILDON_MARSHALERS_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* BOOLEAN:ENUM (hildon-marshalers.list:26) */
10 extern void _hildon_marshal_BOOLEAN__ENUM (GClosure     *closure,
11                                            GValue       *return_value,
12                                            guint         n_param_values,
13                                            const GValue *param_values,
14                                            gpointer      invocation_hint,
15                                            gpointer      marshal_data);
16
17 /* BOOLEAN:INT,INT,INT (hildon-marshalers.list:27) */
18 extern void _hildon_marshal_BOOLEAN__INT_INT_INT (GClosure     *closure,
19                                                   GValue       *return_value,
20                                                   guint         n_param_values,
21                                                   const GValue *param_values,
22                                                   gpointer      invocation_hint,
23                                                   gpointer      marshal_data);
24
25 /* VOID:OBJECT (hildon-marshalers.list:28) */
26 #define _hildon_marshal_VOID__OBJECT    g_cclosure_marshal_VOID__OBJECT
27
28 G_END_DECLS
29
30 #endif /* __HILDON_MARSHALERS_H__ */
31