Remove commented out code.
[geeqie.git] / src / gq-marshal.h
1
2 #ifndef __gq_marshal_MARSHAL_H__
3 #define __gq_marshal_MARSHAL_H__
4
5 #include        <glib-object.h>
6
7 G_BEGIN_DECLS
8
9 /* VOID:VOID (gq-marshal.list:1) */
10 #define gq_marshal_VOID__VOID   g_cclosure_marshal_VOID__VOID
11
12 /* VOID:INT,INT,INT,INT (gq-marshal.list:2) */
13 extern void gq_marshal_VOID__INT_INT_INT_INT (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 extern void gq_marshal_VOID__INT_INT (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 /* VOID:DOUBLE (gq-marshal.list:3) */
28 #define gq_marshal_VOID__DOUBLE g_cclosure_marshal_VOID__DOUBLE
29
30 G_END_DECLS
31
32 #endif /* __gq_marshal_MARSHAL_H__ */
33
34 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */