mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
g_value_get_variant: return value is transfer-none not transfer-full
It defaulted to transfer-full.
This commit is contained in:
parent
8316ae2241
commit
f73b9e29e1
@ -1281,7 +1281,7 @@ g_value_take_variant (GValue *value,
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user