mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02:00
Merge branch 'value-get-variant-annotation' into 'master'
g_value_get_variant: return value is transfer-none not transfer-full See merge request GNOME/glib!492
This commit is contained in:
commit
95844424ba
@ -1281,7 +1281,7 @@ g_value_take_variant (GValue *value,
|
|||||||
*
|
*
|
||||||
* Get the contents of a variant #GValue.
|
* Get the contents of a variant #GValue.
|
||||||
*
|
*
|
||||||
* Returns: (nullable): variant contents of @value (may be %NULL)
|
* Returns: (transfer none) (nullable): variant contents of @value (may be %NULL)
|
||||||
*
|
*
|
||||||
* Since: 2.26
|
* Since: 2.26
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user