From 174d66a3d020015a3e29da902074790a1abe2774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Sat, 12 Dec 2015 22:13:56 +0100 Subject: [PATCH] libnm-core: add missing transfer annotation for nm_utils_enum_get_values() Fixes: 13a981fc389eb7622df8d3b7015c4fff954c60bc --- 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 5e920de482..930f528e0c 100644 --- a/libnm-core/nm-utils.c +++ b/libnm-core/nm-utils.c @@ -4128,7 +4128,7 @@ NM_BACKPORT_SYMBOL (libnm_1_0_6, gboolean, nm_utils_enum_from_str, * * Returns the list of possible values for a given enum. * - * Returns: a NULL-terminated dynamically-allocated array of static strings + * Returns: (transfer full): a NULL-terminated dynamically-allocated array of static strings * or %NULL on error * * Since: 1.2