Returns
a new NMConnection imported from path
-, or NULL
+, or NULL
on error or if the file at path
was not recognized by this plugin.
[transfer full]
@@ -427,11 +427,11 @@ was not recognized by this plugin.
Returns
-
a new plugin instance or NULL on error.
+
a new plugin instance or NULL on error.
[transfer full]
Since: 1.2
@@ -525,7 +525,7 @@ loading the shared library.
NMVpnEditorPlugin *
nm_vpn_editor_plugin_load (const char *plugin_name,
const char *check_service,
- GError **error);
+ GError **error);
Load the shared library plugin_name
and create a new
NMVpnEditorPlugin instance via the NMVpnEditorPluginFactory
@@ -566,7 +566,7 @@ the given service.
Returns
-
a new plugin instance or NULL on error.
+
a new plugin instance or NULL on error.
[transfer full]
Since: 1.4
@@ -624,7 +624,7 @@ reference as the plugin-info might also reference the editor-plugin.
plugin_info |
-a NMVpnPluginInfo instance or NULL. |
+a NMVpnPluginInfo instance or NULL. |
[nullable] |
@@ -734,7 +734,7 @@ reference as the plugin-info might also reference the editor-plugin.
get_editor ()
|
returns an NMVpnEditor, pre-filled with values from connection
-if non-NULL. |
+if non-NULL.
|
@@ -745,27 +745,27 @@ if non-NULL.
import_from_file ()
|
Try to import a connection from the specified path. On
-success, return a partial NMConnection object. On error, return NULL and
+success, return a partial NMConnection object. On error, return NULL and
set error
with additional information. Note that error
-can be NULL, in
+can be NULL, in
which case no additional error information should be provided. |
|
export_to_file ()
|
Export the given connection to the specified path. Return
-TRUE on success. On error, return FALSE and set error
+TRUE on success. On error, return FALSE and set error
with additional
error information. Note that error
-can be NULL, in which case no
+can be NULL, in which case no
additional error information should be provided. |
|
get_suggested_filename ()
|
For a given connection, return a suggested file
-name. Returned value will be NULL or a suggested file name to be freed by
+name. Returned value will be NULL or a suggested file name to be freed by
the caller. |
|
@@ -806,7 +806,7 @@ the plugin, without requiring to update libnm. Used by The “filename” property
“filename” char *
The filename from which the info was loaded.
-Can be NULL if the instance was not loaded from
+Can be NULL if the instance was not loaded from
a file (i.e. the keyfile instance was passed to the
constructor).
Owner: NMVpnPluginInfo
@@ -817,7 +817,7 @@ constructor).
The “keyfile” property
-
“keyfile” GKeyFile *
+
“keyfile” GKeyFile *
Initialize the instance with a different keyfile instance.
When passing a keyfile instance, the constructor will not
try to read from filename.
@@ -869,12 +869,12 @@ try to read from filename.
The “changed” signal
void
user_function (NMVpnEditor *nmvpneditor,
- gpointer user_data)
-
Flags: Run First
+
gpointer user_data)
+
Flags: Run First
+
Generated by GTK-Doc V1.33.1