2001-06-14 20:19:32 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
2001-06-15 23:23:17 +00:00
|
|
|
/* VOID:OBJECT,POINTER (gstmarshal.list:1) */
|
2001-06-14 20:19:32 +00:00
|
|
|
extern void gst_marshal_VOID__OBJECT_POINTER (GClosure *closure,
|
|
|
|
GValue *return_value,
|
|
|
|
guint n_param_values,
|
|
|
|
const GValue *param_values,
|
|
|
|
gpointer invocation_hint,
|
|
|
|
gpointer marshal_data);
|
|
|
|
|
2001-06-15 23:23:17 +00:00
|
|
|
/* VOID:INT,INT (gstmarshal.list:2) */
|
|
|
|
extern void gst_marshal_VOID__INT_INT (GClosure *closure,
|
|
|
|
GValue *return_value,
|
|
|
|
guint n_param_values,
|
|
|
|
const GValue *param_values,
|
|
|
|
gpointer invocation_hint,
|
|
|
|
gpointer marshal_data);
|
|
|
|
|
2001-06-14 20:19:32 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|