Mercurial > geeqie
comparison src/gq-marshal.h @ 1012:fe82830ab8fd
converted image loader to a GObject and use signals for notification
author | nadvornik |
---|---|
date | Fri, 29 Aug 2008 20:53:53 +0000 |
parents | |
children | 1646720364cf |
comparison
equal
deleted
inserted
replaced
1011:616b14da08c2 | 1012:fe82830ab8fd |
---|---|
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 /* VOID:DOUBLE (gq-marshal.list:3) */ | |
21 #define gq_marshal_VOID__DOUBLE g_cclosure_marshal_VOID__DOUBLE | |
22 | |
23 G_END_DECLS | |
24 | |
25 #endif /* __gq_marshal_MARSHAL_H__ */ | |
26 |