mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 06:30:33 +01:00
libnm-core: add missing transfer annotation for nm_utils_enum_to_str()
This commit is contained in:
parent
8b11c976ba
commit
4d3ec516bd
1 changed files with 1 additions and 1 deletions
|
|
@ -4305,7 +4305,7 @@ char *nm_utils_enum_to_str (GType type, int value)
|
|||
* @type: the %GType of the enum
|
||||
* @str: the input string
|
||||
* @out_value: (out) (allow-none): the output value
|
||||
* @err_token: (out) (allow-none): location to store the first unrecognized token
|
||||
* @err_token: (out) (allow-none) (transfer full): location to store the first unrecognized token
|
||||
*
|
||||
* Converts a string to the matching enum value.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue