Mercurial > geeqie
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/gq-marshal.h Fri Aug 29 20:53:53 2008 +0000 @@ -0,0 +1,26 @@ + +#ifndef __gq_marshal_MARSHAL_H__ +#define __gq_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:VOID (gq-marshal.list:1) */ +#define gq_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID + +/* VOID:INT,INT,INT,INT (gq-marshal.list:2) */ +extern void gq_marshal_VOID__INT_INT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:DOUBLE (gq-marshal.list:3) */ +#define gq_marshal_VOID__DOUBLE g_cclosure_marshal_VOID__DOUBLE + +G_END_DECLS + +#endif /* __gq_marshal_MARSHAL_H__ */ +