1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gst-gmyth/decodebin2/gstplay-marshal.h Tue Sep 18 14:06:39 2007 +0100
1.3 @@ -0,0 +1,36 @@
1.4 +
1.5 +#ifndef __gst_play_marshal_MARSHAL_H__
1.6 +#define __gst_play_marshal_MARSHAL_H__
1.7 +
1.8 +#include <glib-object.h>
1.9 +
1.10 +G_BEGIN_DECLS
1.11 +
1.12 +/* BOOLEAN:OBJECT (gstplay-marshal.list:1) */
1.13 +extern void gst_play_marshal_BOOLEAN__OBJECT (GClosure *closure,
1.14 + GValue *return_value,
1.15 + guint n_param_values,
1.16 + const GValue *param_values,
1.17 + gpointer invocation_hint,
1.18 + gpointer marshal_data);
1.19 +
1.20 +/* VOID:OBJECT,BOOLEAN (gstplay-marshal.list:2) */
1.21 +extern void gst_play_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure,
1.22 + GValue *return_value,
1.23 + guint n_param_values,
1.24 + const GValue *param_values,
1.25 + gpointer invocation_hint,
1.26 + gpointer marshal_data);
1.27 +
1.28 +/* BOOLEAN:OBJECT,POINTER (gstplay-marshal.list:3) */
1.29 +extern void gst_play_marshal_BOOLEAN__OBJECT_POINTER (GClosure *closure,
1.30 + GValue *return_value,
1.31 + guint n_param_values,
1.32 + const GValue *param_values,
1.33 + gpointer invocation_hint,
1.34 + gpointer marshal_data);
1.35 +
1.36 +G_END_DECLS
1.37 +
1.38 +#endif /* __gst_play_marshal_MARSHAL_H__ */
1.39 +