childproxy: fix up g-i annotation for _lookup() paramspec return value

No ref is returned here.
This commit is contained in:
Tim-Philipp Müller 2012-08-11 22:18:13 +01:00
parent 2200e83770
commit 259d10db90

View 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.