VpnPluginInfo
Object Hierarchy:
Description:
[ CCode ( type_id = "nm_vpn_plugin_info_get_type ()" ) ]
public class VpnPluginInfo : Object, Initable
Content:
Properties:
- public string filename { get; construct; }
The filename from which the info was loaded.
- public KeyFile keyfile { construct; }
Initialize the instance with a different keyfile instance.
- public string name { get; }
The name of the VPN plugin.
Static methods:
- public static bool list_add (SList<VpnPluginInfo> list, VpnPluginInfo plugin_info) throws Error
- public static unowned VpnPluginInfo list_find_by_filename (SList<VpnPluginInfo> list, string filename)
- public static unowned VpnPluginInfo list_find_by_name (SList<VpnPluginInfo> list, string name)
- public static unowned VpnPluginInfo list_find_by_service (SList<VpnPluginInfo> list, string service)
- public static string list_find_service_type (SList<VpnPluginInfo> list, string name)
A VPN plugin provides one or several service-types, like org.
- public static string[] list_get_service_types (SList<VpnPluginInfo> list, bool only_existing, bool with_abbreviations)
- public static SList<VpnPluginInfo> list_load ()
- public static bool list_remove (SList<VpnPluginInfo> list, VpnPluginInfo plugin_info)
Remove plugin_info
from list
.
- public static bool validate_filename (string filename)
Regular name files have a certain pattern.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GLib.Initable