summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-02-17 22:23:58 +0100
committerThomas Haller <thaller@redhat.com>2017-02-20 13:44:08 +0100
commit4d3ec516bd39aea4daadd5d1f45097897d4618f1 (patch)
treee59bbdad5ca0354c68d21e1845c535208d3f7653
parent8b11c976baf9c40cc073a8193b5c89b16dd06137 (diff)
downloadNetworkManager-4d3ec516bd39aea4daadd5d1f45097897d4618f1.tar.gz
libnm-core: add missing transfer annotation for nm_utils_enum_to_str()
-rw-r--r--libnm-core/nm-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-utils.c b/libnm-core/nm-utils.c
index 94da33d48b..8a40727483 100644
--- a/libnm-core/nm-utils.c
+++ b/libnm-core/nm-utils.c
@@ -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.
*