Code

Extensions. XAML export improvements.
[inkscape.git] / src / libgdl / libgdlmarshal.h
2 #ifndef __gdl_marshal_MARSHAL_H__
3 #define __gdl_marshal_MARSHAL_H__
5 #include        <glib-object.h>
7 G_BEGIN_DECLS
9 /* VOID:VOID (./libgdlmarshal.list:1) */
10 #define gdl_marshal_VOID__VOID  g_cclosure_marshal_VOID__VOID
12 /* VOID:ENUM (./libgdlmarshal.list:2) */
13 #define gdl_marshal_VOID__ENUM  g_cclosure_marshal_VOID__ENUM
15 /* VOID:INT,INT (./libgdlmarshal.list:3) */
16 extern void gdl_marshal_VOID__INT_INT (GClosure     *closure,
17                                        GValue       *return_value,
18                                        guint         n_param_values,
19                                        const GValue *param_values,
20                                        gpointer      invocation_hint,
21                                        gpointer      marshal_data);
23 /* VOID:UINT,UINT (./libgdlmarshal.list:4) */
24 extern void gdl_marshal_VOID__UINT_UINT (GClosure     *closure,
25                                          GValue       *return_value,
26                                          guint         n_param_values,
27                                          const GValue *param_values,
28                                          gpointer      invocation_hint,
29                                          gpointer      marshal_data);
31 /* VOID:BOOLEAN (./libgdlmarshal.list:5) */
32 #define gdl_marshal_VOID__BOOLEAN       g_cclosure_marshal_VOID__BOOLEAN
34 /* VOID:OBJECT,ENUM,BOXED (./libgdlmarshal.list:6) */
35 extern void gdl_marshal_VOID__OBJECT_ENUM_BOXED (GClosure     *closure,
36                                                  GValue       *return_value,
37                                                  guint         n_param_values,
38                                                  const GValue *param_values,
39                                                  gpointer      invocation_hint,
40                                                  gpointer      marshal_data);
42 /* VOID:BOXED (./libgdlmarshal.list:7) */
43 #define gdl_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
45 G_END_DECLS
47 #endif /* __gdl_marshal_MARSHAL_H__ */