add EPA stuff from 2.X
[ardour.git] / libs / gnomecanvas / libgnomecanvas / gnome-canvas-marshal.h
1
2 #ifndef __gnome_canvas_marshal_MARSHAL_H__
3 #define __gnome_canvas_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* VOID:OBJECT,INT,INT,INT,INT (gnome-canvas-marshal.list:1) */
10 extern void gnome_canvas_marshal_VOID__OBJECT_INT_INT_INT_INT (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:BOXED (gnome-canvas-marshal.list:2) */
18 extern void gnome_canvas_marshal_BOOLEAN__BOXED (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 G_END_DECLS
26
27 #endif /* __gnome_canvas_marshal_MARSHAL_H__ */
28