fixed some clang warnings
[k8lowj.git] / src / marshalers.h
blob0fc790fc6bc74898a103b3d7940341310e5a595b
1 #ifndef __LOGJAM_MARSHALERS_H__
2 #define __LOGJAM_MARSHALERS_H__
4 #include <glib-object.h>
7 G_BEGIN_DECLS
9 /* BOOLEAN:STRING,POINTER (marshalers.list:1) */
10 extern void logjam_marshal_BOOLEAN__STRING_POINTER(
11 GClosure *closure,
12 GValue *return_value,
13 guint n_param_values,
14 const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);
16 /* VOID:INT,BOOLEAN (marshalers.list:2) */
17 extern void logjam_marshal_VOID__INT_BOOLEAN(
18 GClosure *closure,
19 GValue *return_value,
20 guint n_param_values,
21 const GValue *param_values, gpointer invocation_hint, gpointer marshal_data);
23 G_END_DECLS
26 #endif