From 163e1932868c2c6adb2e05df3aed8f6b96c81d04 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 25 Mar 2017 17:12:19 +0100 Subject: [PATCH] libnm: fix type annotation for nm_utils_enum_from_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 f57e2bb154..1feee7ac2a 100644 --- a/libnm-core/nm-utils.c +++ b/libnm-core/nm-utils.c @@ -4453,7 +4453,7 @@ nm_utils_enum_from_str (GType type, const char *str, * * Returns the list of possible values for a given enum. * - * Returns: (transfer full): a NULL-terminated dynamically-allocated array of static strings + * Returns: (transfer container): a NULL-terminated dynamically-allocated array of static strings * or %NULL on error * * Since: 1.2