libnm-glib: add NM_VPN_PLUGIN_UI_CAPABILITY_IPV6

This commit is contained in:
Dan Winship 2012-05-31 10:03:43 -04:00
parent d2ae2dedef
commit 83760a7ffb

View file

@ -52,6 +52,7 @@ NMVpnPluginUiInterface *nm_vpn_plugin_ui_factory (GError **error);
#define NM_VPN_PLUGIN_UI_CAPABILITY_NONE 0x00
#define NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT 0x01
#define NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT 0x02
#define NM_VPN_PLUGIN_UI_CAPABILITY_IPV6 0x04
/* Short display name of the VPN plugin */
#define NM_VPN_PLUGIN_UI_INTERFACE_NAME "name"