summaryrefslogtreecommitdiff
path: root/src/ck-marshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck-marshal.h')
-rw-r--r--src/ck-marshal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ck-marshal.h b/src/ck-marshal.h
index 7553810..e817ae0 100644
--- a/src/ck-marshal.h
+++ b/src/ck-marshal.h
@@ -22,6 +22,14 @@ extern void ck_marshal_BOOLEAN__POINTER (GClosure *closure,
gpointer invocation_hint,
gpointer marshal_data);
+/* VOID:OBJECT,OBJECT (ck-marshal.list:3) */
+extern void ck_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
+ GValue *return_value,
+ guint n_param_values,
+ const GValue *param_values,
+ gpointer invocation_hint,
+ gpointer marshal_data);
+
G_END_DECLS
#endif /* __ck_marshal_MARSHAL_H__ */