childproxy: fix up g-i annotation for _lookup() paramspec return value
authorTim-Philipp Müller <tim@centricular.net>
Sat, 11 Aug 2012 21:18:13 +0000 (22:18 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 11 Aug 2012 21:18:13 +0000 (22:18 +0100)
No ref is returned here.

gst/gstchildproxy.c

index c2979e5..6cd2e83 100644 (file)
@@ -167,7 +167,7 @@ gst_child_proxy_get_children_count (GstChildProxy * parent)
  * @name: name of the property to look up
  * @target: (out) (allow-none) (transfer full): pointer to a #GObject that
  *     takes the real object to set property on
- * @pspec: (out) (allow-none) (transfer full): pointer to take the #GParamSpec
+ * @pspec: (out) (allow-none) (transfer none): pointer to take the #GParamSpec
  *     describing the property
  *
  * Looks up which object and #GParamSpec would be effected by the given @name.