diff -r 4c282e7dd6d3 -r 5505e8908944 gst_plugins_good/gst/camerabin/gstcamerabin-marshal.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst_plugins_good/gst/camerabin/gstcamerabin-marshal.h Fri Jan 22 09:59:59 2010 +0200 @@ -0,0 +1,28 @@ + +#ifndef __gst_camerabin_MARSHAL_H__ +#define __gst_camerabin_MARSHAL_H__ + +#include + +G_BEGIN_DECLS + +/* VOID:INT,INT,INT,INT (gstcamerabin-marshal.list:4) */ +extern void gst_camerabin_marshal_VOID__INT_INT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:INT,INT (gstcamerabin-marshal.list:5) */ +extern void gst_camerabin_marshal_VOID__INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* __gst_camerabin_MARSHAL_H__ */ +