summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-25 17:12:19 +0100
committerThomas Haller <thaller@redhat.com>2017-03-25 17:12:27 +0100
commit163e1932868c2c6adb2e05df3aed8f6b96c81d04 (patch)
tree8d04fa2b5ec46a34c9bbf8a095e3f62ef385b0b5
parent017b7c2bb6545f48bfc9c0357769801a488a619a (diff)
downloadNetworkManager-163e1932868c2c6adb2e05df3aed8f6b96c81d04.tar.gz
libnm: fix type annotation for nm_utils_enum_from_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 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