gstreamer/gst/gstmarshal.h
Erik Walthinsen 7f8d8fe8d5 Merged from GOBJECT1 to HEAD at 200106241
Original commit message from CVS:
Merged from GOBJECT1 to HEAD at 200106241
2001-06-25 01:20:11 +00:00

26 lines
1 KiB
C

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* VOID:OBJECT,POINTER (gstmarshal.list:1) */
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);
/* 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);
#ifdef __cplusplus
}
#endif /* __cplusplus */