summaryrefslogtreecommitdiff
path: root/gst/gstchildproxy.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-12 13:24:18 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-13 10:27:02 +0100
commitffa60dc3ee386165820ed1a7f1eb28e2be4ced58 (patch)
tree7269da192a7b5fbf52d45422b28e05a3f40fc9d2 /gst/gstchildproxy.h
parent718a10edda4704fab795e2d25cc8a7d5f03d9b49 (diff)
childproxy: make gst_child_proxy_lookup() a proper GstChildProxy method
No longer accept any old GObjects. This makes things nicer for bindings. If a utility function that handles both nicely is deemed worthwhile, we can still add one to gstutils. https://bugzilla.gnome.org/show_bug.cgi?id=681681
Diffstat (limited to 'gst/gstchildproxy.h')
-rw-r--r--gst/gstchildproxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstchildproxy.h b/gst/gstchildproxy.h
index 09436068b7..1614d4b1bd 100644
--- a/gst/gstchildproxy.h
+++ b/gst/gstchildproxy.h
@@ -74,7 +74,7 @@ GObject * gst_child_proxy_get_child_by_name (GstChildProxy * parent, const gcha
guint gst_child_proxy_get_children_count (GstChildProxy * parent);
GObject * gst_child_proxy_get_child_by_index (GstChildProxy * parent, guint index);
-gboolean gst_child_proxy_lookup (GObject *object, const gchar *name,
+gboolean gst_child_proxy_lookup (GstChildProxy *object, const gchar *name,
GObject **target, GParamSpec **pspec);
void gst_child_proxy_get_property (GstChildProxy * object, const gchar *name,