NM.VpnEditorPluginInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
export_to_file |
r |
Export the given connection to the specified path. Return |
|
g_iface |
r |
the parent interface |
|
get_capabilities |
r |
returns a bitmask of capabilities. |
|
get_editor |
r |
returns an |
|
get_suggested_filename |
r |
For a given connection, return a suggested file name. Returned value will be |
|
get_vt |
r |
return a virtual function table to implement further functions in the plugin, without requiring to update libnm. Used by |
|
import_from_file |
r |
Try to import a connection from the specified path. On success, return a partial |
|
notify_plugin_info_set |
r |
A callback to be called when the plugin info is set. |
Methods¶
None
Details¶
- class NM.VpnEditorPluginInterface¶
Interface for VPN editor plugins.