VpnEditorPlugin
Object Hierarchy:
Description:
[
CCode ( type_cname =
"NMVpnEditorPluginInterface" , type_id =
"nm_vpn_editor_plugin_get_type ()" ) ]
public interface VpnEditorPlugin :
Object
Content:
Properties:
- public abstract string description { owned get; }
Longer description of the VPN plugin.
- public abstract string name { owned get; }
Short display name of the VPN plugin.
- public abstract string service { owned get; }
D-Bus service name of the plugin's VPN service.
Static methods:
- public static VpnEditorPlugin load (string plugin_name, string check_service) throws Error
Load the shared library plugin_name and create a new
VpnEditorPlugin instance via the NMVpnEditorPluginFactory function.
- public static VpnEditorPlugin load_from_file (string plugin_name, string check_service, int check_owner, UtilsCheckFilePredicate check_file) throws Error
Load the shared library plugin_name and create a new
VpnEditorPlugin instance via the NMVpnEditorPluginFactory function.
Methods:
Inherited Members:
All known members inherited from class GLib.Object