From 1c7e3d85fc372bc29209a013fa78a883da4c0769 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Jul 2014 17:17:41 -0400 Subject: [PATCH] libnm-util: fix enum member names in a gtk-doc comment --- libnm-util/NetworkManagerVPN.h | 14 +++++++------- 1 file 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 *