2
#ifndef __ccm_cclosure_marshal_MARSHAL_H__
3
#define __ccm_cclosure_marshal_MARSHAL_H__
5
#include <glib-object.h>
8
/* VOID:INT,INT (ccm-marshallers.list:1) */
9
extern void ccm_cclosure_marshal_VOID__INT_INT (GClosure *closure,
12
const GValue *param_values,
13
gpointer invocation_hint,
14
gpointer marshal_data);
16
/* STRING:POINTER (ccm-marshallers.list:2) */
17
extern void ccm_cclosure_marshal_STRING__POINTER (GClosure *closure,
20
const GValue *param_values,
21
gpointer invocation_hint,
22
gpointer marshal_data);
24
/* BOOLEAN:VOID (ccm-marshallers.list:3) */
25
extern void ccm_cclosure_marshal_BOOLEAN__VOID (GClosure *closure,
28
const GValue *param_values,
29
gpointer invocation_hint,
30
gpointer marshal_data);
32
/* VOID:STRING,BOOLEAN (ccm-marshallers.list:4) */
33
extern void ccm_cclosure_marshal_VOID__STRING_BOOLEAN (GClosure *closure,
38
gpointer invocation_hint,
39
gpointer marshal_data);
41
/* VOID:OBJECT,OBJECT,LONG,LONG,LONG (ccm-marshallers.list:5) */
42
extern void ccm_cclosure_marshal_VOID__OBJECT_OBJECT_LONG_LONG_LONG (GClosure *
56
/* VOID:POINTER,POINTER (ccm-marshallers.list:6) */
57
extern void ccm_cclosure_marshal_VOID__POINTER_POINTER (GClosure *closure,
64
gpointer marshal_data);
67
#endif /* __ccm_cclosure_marshal_MARSHAL_H__ */