VpnEditorPluginCapability
Description:
[ CCode ( cprefix = "NM_VPN_EDITOR_PLUGIN_CAPABILITY_" , type_id = "nm_vpn_editor_plugin_capability_get_type ()" ) ]
[ Flags ]
public enum VpnEditorPluginCapability
Flags that indicate certain capabilities of the plugin to editor programs.
Content:
Enum values:
- EXPORT - The plugin can export
connections.
- IMPORT - The plugin can import
new connections.
- IPV6 - The plugin supports IPv6
addressing.
- NONE - Unknown or no capability.
- NO_EDITOR - The GUI editor
plugin is not available.