From 4d3ec516bd39aea4daadd5d1f45097897d4618f1 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 17 Feb 2017 22:23:58 +0100 Subject: [PATCH] libnm-core: add missing transfer annotation for nm_utils_enum_to_str() --- libnm-core/nm-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *