libnm: fix type annotation for nm_utils_enum_from_str()

This commit is contained in:
Thomas Haller 2017-03-25 17:12:19 +01:00
parent 017b7c2bb6
commit 163e193286

View file

@ -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