mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 19:30:11 +01:00
libnm-util: fix enum member names in a gtk-doc comment
This commit is contained in:
parent
7d1e0c3781
commit
1c7e3d85fc
1 changed files with 7 additions and 7 deletions
|
|
@ -69,13 +69,13 @@
|
|||
|
||||
/**
|
||||
* NMVPNServiceState:
|
||||
* @NM_VPN_SERVICE_UNKNOWN: The state of the VPN plugin is unknown.
|
||||
* @NM_VPN_SERVICE_INIT: The VPN plugin is initialized.
|
||||
* @NM_VPN_SERVICE_SHUTDOWN: Not used.
|
||||
* @NM_VPN_SERVICE_STARTING: The plugin is attempting to connect to a VPN server.
|
||||
* @NM_VPN_SERVICE_STARTED: The plugin has connected to a VPN server.
|
||||
* @NM_VPN_SERVICE_STOPPING: The plugin is disconnecting from the VPN server.
|
||||
* @NM_VPN_SERVICE_STOPPED: The plugin has disconnected from the VPN server.
|
||||
* @NM_VPN_SERVICE_STATE_UNKNOWN: The state of the VPN plugin is unknown.
|
||||
* @NM_VPN_SERVICE_STATE_INIT: The VPN plugin is initialized.
|
||||
* @NM_VPN_SERVICE_STATE_SHUTDOWN: Not used.
|
||||
* @NM_VPN_SERVICE_STATE_STARTING: The plugin is attempting to connect to a VPN server.
|
||||
* @NM_VPN_SERVICE_STATE_STARTED: The plugin has connected to a VPN server.
|
||||
* @NM_VPN_SERVICE_STATE_STOPPING: The plugin is disconnecting from the VPN server.
|
||||
* @NM_VPN_SERVICE_STATE_STOPPED: The plugin has disconnected from the VPN server.
|
||||
*
|
||||
* VPN daemon states
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue