mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 01:20:07 +01:00
libnm: document nm_utils_parse_variant_attributes() returning floating references
See-also: https://bugzilla.redhat.com/show_bug.cgi?id=1594887
This commit is contained in:
parent
a525b12c5a
commit
e645aeb12c
1 changed files with 3 additions and 1 deletions
|
|
@ -6035,7 +6035,9 @@ attribute_unescape (const char *start, const char *end)
|
|||
* Parse attributes from a string.
|
||||
*
|
||||
* Returns: (transfer full) (element-type utf8 GVariant): a #GHashTable mapping
|
||||
* attribute names to #GVariant values.
|
||||
* attribute names to #GVariant values. Warning: the variant are still floating
|
||||
* references, owned by the hash table. If you take a reference, ensure to sink
|
||||
* the one of the hash table first.
|
||||
*
|
||||
* Since: 1.8
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue