gstchildproxy.h | gstchildproxy.h | |||
---|---|---|---|---|
skipping to change at line 58 | skipping to change at line 58 | |||
* | * | |||
* #GstChildProxy interface. | * #GstChildProxy interface. | |||
*/ | */ | |||
struct _GstChildProxyInterface | struct _GstChildProxyInterface | |||
{ | { | |||
GTypeInterface parent; | GTypeInterface parent; | |||
/* methods */ | /* methods */ | |||
GstObject *(*get_child_by_index) (GstChildProxy * parent, guint index); | GstObject *(*get_child_by_index) (GstChildProxy * parent, guint index); | |||
guint (*get_children_count) (GstChildProxy * parent); | guint (*get_children_count) (GstChildProxy * parent); | |||
/*< private > */ | /*< private >*/ | |||
/* signals */ | /* signals */ | |||
void (*child_added) (GstChildProxy * parent, GstObject * child); | void (*child_added) (GstChildProxy * parent, GstObject * child); | |||
void (*child_removed) (GstChildProxy * parent, GstObject * child); | void (*child_removed) (GstChildProxy * parent, GstObject * child); | |||
/*< private > */ | /*< private >*/ | |||
gpointer _gst_reserved[GST_PADDING]; | gpointer _gst_reserved[GST_PADDING]; | |||
}; | }; | |||
GType gst_child_proxy_get_type (void); | GType gst_child_proxy_get_type (void); | |||
GstObject *gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gchar * name); | GstObject *gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gchar * name); | |||
GstObject *gst_child_proxy_get_child_by_index (GstChildProxy * parent, guin t index); | GstObject *gst_child_proxy_get_child_by_index (GstChildProxy * parent, guin t index); | |||
guint gst_child_proxy_get_children_count (GstChildProxy * parent); | guint gst_child_proxy_get_children_count (GstChildProxy * parent); | |||
gboolean gst_child_proxy_lookup (GstObject *object, const gchar *name, | gboolean gst_child_proxy_lookup (GstObject *object, const gchar *name, | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |