[svn r820] Added gmyth_scheduler_add_exception() function to remove only one schedule when all occurrences options has been used.
2 #ifndef __gst_play_marshal_MARSHAL_H__
3 #define __gst_play_marshal_MARSHAL_H__
5 #include <glib-object.h>
9 /* BOOLEAN:OBJECT (gstplay-marshal.list:1) */
10 extern void gst_play_marshal_BOOLEAN__OBJECT (GClosure *closure,
13 const GValue *param_values,
14 gpointer invocation_hint,
15 gpointer marshal_data);
17 /* VOID:OBJECT,BOOLEAN (gstplay-marshal.list:2) */
18 extern void gst_play_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure,
21 const GValue *param_values,
22 gpointer invocation_hint,
23 gpointer marshal_data);
25 /* BOOLEAN:OBJECT,POINTER (gstplay-marshal.list:3) */
26 extern void gst_play_marshal_BOOLEAN__OBJECT_POINTER (GClosure *closure,
29 const GValue *param_values,
30 gpointer invocation_hint,
31 gpointer marshal_data);
35 #endif /* __gst_play_marshal_MARSHAL_H__ */