removed libsoup support
[k8lowj.git] / src / marshalers.h
blob5dfa6d5ebfcae9c829f34dc8f30edebddb8c169a
1 #ifndef __LOGJAM_MARSHALERS_H__
2 #define __LOGJAM_MARSHALERS_H__
4 #include <glib-object.h>
6 G_BEGIN_DECLS
7 /* BOOLEAN:STRING,POINTER (marshalers.list:1) */
8 extern void logjam_marshal_BOOLEAN__STRING_POINTER(GClosure * closure,
9 GValue * return_value,
10 guint n_param_values,
11 const GValue * param_values, gpointer invocation_hint, gpointer marshal_data);
13 /* VOID:INT,BOOLEAN (marshalers.list:2) */
14 extern void logjam_marshal_VOID__INT_BOOLEAN(GClosure * closure,
15 GValue * return_value,
16 guint n_param_values,
17 const GValue * param_values, gpointer invocation_hint, gpointer marshal_data);
19 G_END_DECLS
20 #endif /* __logjam_marshal_MARSHAL_H__ */