summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-23 17:17:41 -0400
committerDan Winship <danw@gnome.org>2014-07-23 17:18:03 -0400
commit1c7e3d85fc372bc29209a013fa78a883da4c0769 (patch)
tree308e693fb56247f5db6968411d436679217061a8
parent7d1e0c378134583d58002470c6723d7f0d15ebcd (diff)
downloadNetworkManager-1c7e3d85fc372bc29209a013fa78a883da4c0769.tar.gz
libnm-util: fix enum member names in a gtk-doc comment
-rw-r--r--libnm-util/NetworkManagerVPN.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libnm-util/NetworkManagerVPN.h b/libnm-util/NetworkManagerVPN.h
index be07a14894..f316572a08 100644
--- a/libnm-util/NetworkManagerVPN.h
+++ b/libnm-util/NetworkManagerVPN.h
@@ -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
*