mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 22:10:09 +01:00
libnm: fix gtkdoc for nm_utils_enum_to_str() and nm_utils_enum_from_str()
Fixes:8be9814793(cherry picked from commit97ec44f593)
This commit is contained in:
parent
26d6d5c1da
commit
ea7063dbc2
1 changed files with 2 additions and 2 deletions
|
|
@ -3640,7 +3640,7 @@ _nm_dbus_error_has_name (GError *error,
|
|||
}
|
||||
|
||||
/**
|
||||
* nm_utils_enum_to_str
|
||||
* nm_utils_enum_to_str:
|
||||
* @type: the %GType of the enum
|
||||
* @value: the value to be translated
|
||||
*
|
||||
|
|
@ -3691,7 +3691,7 @@ char *nm_utils_enum_to_str (GType type, int value)
|
|||
}
|
||||
|
||||
/**
|
||||
* nm_utils_enum_from_str
|
||||
* nm_utils_enum_from_str:
|
||||
* @type: the %GType of the enum
|
||||
* @str: the input string
|
||||
* @out_value: (out) (allow-none) the output value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue