mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gststructure: clarify _get docs about the returned reference
https://bugzilla.gnome.org/show_bug.cgi?id=667689
This commit is contained in:
parent
bea0ed2fc1
commit
98c99630ad
1 changed files with 4 additions and 4 deletions
|
@ -2839,9 +2839,9 @@ wrong_type:
|
|||
* (as a GType), pointer(s) to a variable(s) to hold the return value(s).
|
||||
* The last variable argument should be NULL.
|
||||
*
|
||||
* For refcounted (mini)objects you will acquire your own reference which
|
||||
* For refcounted (mini)objects you will receive a new reference which
|
||||
* you must release with a suitable _unref() when no longer needed. For
|
||||
* strings and boxed types you will acquire a copy which you will need to
|
||||
* strings and boxed types you will receive a copy which you will need to
|
||||
* release with either g_free() or the suitable function for the boxed type.
|
||||
*
|
||||
* Returns: FALSE if there was a problem reading any of the fields (e.g.
|
||||
|
@ -2884,9 +2884,9 @@ gst_structure_get (const GstStructure * structure, const char *first_fieldname,
|
|||
* more efficient since it saves the string-to-quark lookup in the global
|
||||
* quark hashtable.
|
||||
*
|
||||
* For refcounted (mini)objects you will acquire your own reference which
|
||||
* For refcounted (mini)objects you will receive a new reference which
|
||||
* you must release with a suitable _unref() when no longer needed. For
|
||||
* strings and boxed types you will acquire a copy which you will need to
|
||||
* strings and boxed types you will receive a copy which you will need to
|
||||
* release with either g_free() or the suitable function for the boxed type.
|
||||
*
|
||||
* Returns: FALSE if there was a problem reading any of the fields (e.g.
|
||||
|
|
Loading…
Reference in a new issue