mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
childproxy: fix up g-i annotation for _lookup() paramspec return value
No ref is returned here.
This commit is contained in:
parent
2200e83770
commit
259d10db90
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue