diff options
Diffstat (limited to 'monitor/gphoto2/hal-marshal.h')
-rw-r--r-- | monitor/gphoto2/hal-marshal.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/monitor/gphoto2/hal-marshal.h b/monitor/gphoto2/hal-marshal.h new file mode 100644 index 00000000..0ac3074c --- /dev/null +++ b/monitor/gphoto2/hal-marshal.h @@ -0,0 +1,36 @@ + +#ifndef __hal_marshal_MARSHAL_H__ +#define __hal_marshal_MARSHAL_H__ + +#include <glib-object.h> + +G_BEGIN_DECLS + +/* VOID:OBJECT,STRING (hal-marshal.list:1) */ +extern void hal_marshal_VOID__OBJECT_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:OBJECT,STRING,STRING (hal-marshal.list:2) */ +extern void hal_marshal_VOID__OBJECT_STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:STRING,STRING (hal-marshal.list:3) */ +extern void hal_marshal_VOID__STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* __hal_marshal_MARSHAL_H__ */ + |