Lines Matching refs:GstChildProxy
32 …_PROXY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_CHILD_PROXY, GstChildProxy))
41 typedef struct _GstChildProxy GstChildProxy; /* dummy object */ typedef
65 GObject * (*get_child_by_name) (GstChildProxy * parent, const gchar * name);
76 GObject * (*get_child_by_index) (GstChildProxy * parent, guint index);
86 guint (*get_children_count) (GstChildProxy * parent);
99 void (*child_added) (GstChildProxy * parent, GObject * child, const gchar * name);
109 void (*child_removed) (GstChildProxy * parent, GObject * child, const gchar * name);
119 GObject * gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gchar * name);
122 guint gst_child_proxy_get_children_count (GstChildProxy * parent);
125 GObject * gst_child_proxy_get_child_by_index (GstChildProxy * parent, guint index);
128 gboolean gst_child_proxy_lookup (GstChildProxy *object, const gchar *name,
131 void gst_child_proxy_get_property (GstChildProxy * object, const gchar *name,
134 void gst_child_proxy_get_valist (GstChildProxy * object,
138 void gst_child_proxy_get (GstChildProxy * object,
142 void gst_child_proxy_set_property (GstChildProxy * object, const gchar *name,
146 void gst_child_proxy_set_valist (GstChildProxy* object,
150 void gst_child_proxy_set (GstChildProxy * object,
154 void gst_child_proxy_child_added (GstChildProxy * parent, GObject * child,
157 void gst_child_proxy_child_removed (GstChildProxy * parent, GObject * child,