diff options
author | Thomas Haller <thaller@redhat.com> | 2017-03-25 17:12:19 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-03-25 17:12:27 +0100 |
commit | 163e1932868c2c6adb2e05df3aed8f6b96c81d04 (patch) | |
tree | 8d04fa2b5ec46a34c9bbf8a095e3f62ef385b0b5 /libnm-core | |
parent | 017b7c2bb6545f48bfc9c0357769801a488a619a (diff) | |
download | NetworkManager-163e1932868c2c6adb2e05df3aed8f6b96c81d04.tar.gz |
libnm: fix type annotation for nm_utils_enum_from_str()
Diffstat (limited to 'libnm-core')
-rw-r--r-- | libnm-core/nm-utils.c | 2 |
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 |