mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 00:10:11 +01:00
libnm: fix type annotation for nm_utils_enum_from_str()
This commit is contained in:
parent
017b7c2bb6
commit
163e193286
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue