'smart qotes' now will replace '<', '>' and '&' inside 'pre' and 'code' tags
[k8lowj.git] / src / marshalers.h
blob18b06ee7b289a66562003297c6ec0c8a7f2a8ba1
2 #ifndef __logjam_marshal_MARSHAL_H__
3 #define __logjam_marshal_MARSHAL_H__
5 #include <glib-object.h>
7 G_BEGIN_DECLS
9 /* BOOLEAN:STRING,POINTER (marshalers.list:1) */
10 extern void logjam_marshal_BOOLEAN__STRING_POINTER (GClosure *closure,
11 GValue *return_value,
12 guint n_param_values,
13 const GValue *param_values,
14 gpointer invocation_hint,
15 gpointer marshal_data);
17 /* VOID:INT,BOOLEAN (marshalers.list:2) */
18 extern void logjam_marshal_VOID__INT_BOOLEAN (GClosure *closure,
19 GValue *return_value,
20 guint n_param_values,
21 const GValue *param_values,
22 gpointer invocation_hint,
23 gpointer marshal_data);
25 G_END_DECLS
27 #endif /* __logjam_marshal_MARSHAL_H__ */