WinGui: Fix another instance of the Caliburn vs Json.net sillyness where objects...
[HandBrake.git] / gtk / src / marshalers.h
blob0eec752f916f8fd1ddd3924426ea6cd86eee8292
2 #ifndef __ghb_marshal_MARSHAL_H__
3 #define __ghb_marshal_MARSHAL_H__
5 #include <glib-object.h>
7 G_BEGIN_DECLS
9 /* VOID:STRING (/home/jstebbins/Source/hb/HandBrake/build.dbg/../gtk/src/marshalers.list:1) */
10 #define ghb_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING
12 /* VOID:STRING,STRING (/home/jstebbins/Source/hb/HandBrake/build.dbg/../gtk/src/marshalers.list:2) */
13 extern void ghb_marshal_VOID__STRING_STRING (GClosure *closure,
14 GValue *return_value,
15 guint n_param_values,
16 const GValue *param_values,
17 gpointer invocation_hint,
18 gpointer marshal_data);
20 /* BOOLEAN:BOXED (/home/jstebbins/Source/hb/HandBrake/build.dbg/../gtk/src/marshalers.list:3) */
21 extern void ghb_marshal_BOOLEAN__BOXED (GClosure *closure,
22 GValue *return_value,
23 guint n_param_values,
24 const GValue *param_values,
25 gpointer invocation_hint,
26 gpointer marshal_data);
28 G_END_DECLS
30 #endif /* __ghb_marshal_MARSHAL_H__ */