mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 14:40:13 +01:00
libnm-core: add missing transfer annotation for nm_utils_enum_get_values()
Fixes: 13a981fc38
This commit is contained in:
parent
600a247f57
commit
174d66a3d0
1 changed files with 1 additions and 1 deletions
|
|
@ -4128,7 +4128,7 @@ NM_BACKPORT_SYMBOL (libnm_1_0_6, gboolean, nm_utils_enum_from_str,
|
|||
*
|
||||
* Returns the list of possible values for a given enum.
|
||||
*
|
||||
* Returns: a NULL-terminated dynamically-allocated array of static strings
|
||||
* Returns: (transfer full): a NULL-terminated dynamically-allocated array of static strings
|
||||
* or %NULL on error
|
||||
*
|
||||
* Since: 1.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue