libnm-core: add missing transfer annotation for nm_utils_enum_to_str()

This commit is contained in:
Beniamino Galvani 2017-02-17 22:23:58 +01:00 committed by Thomas Haller
parent 8b11c976ba
commit 4d3ec516bd

View file

@ -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.
*