From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMVpnEditorPlugin.html | 74 +++++++++++++++++----------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'docs/libnm/html/NMVpnEditorPlugin.html') diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index ed012391..3f05cc5b 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -8,7 +8,7 @@ - + @@ -78,7 +78,7 @@ -gsize +gsize nm_vpn_editor_plugin_get_vt () @@ -94,7 +94,7 @@ -gboolean +gboolean nm_vpn_editor_plugin_export () @@ -160,7 +160,7 @@ -GKeyFile * +GKeyFile * keyfile Write / Construct Only @@ -202,7 +202,7 @@ void changed -Run First +Run First @@ -256,7 +256,7 @@ GInterface ├── NMVpnEditor ╰── NMVpnEditorPlugin - GObject + GObject ╰── NMVpnPluginInfo @@ -264,13 +264,13 @@

Prerequisites

NMVpnEditor requires - GObject.

+ GObject.

Implemented Interfaces

NMVpnPluginInfo implements - GInitable.

+ GInitable.

Description

@@ -280,13 +280,13 @@ NMVpnPluginInfo implements

NMVpnEditorPluginFactory ()

NMVpnEditorPlugin *
-(*NMVpnEditorPluginFactory) (GError **error);
+(*NMVpnEditorPluginFactory) (GError **error);

nm_vpn_editor_plugin_factory ()

NMVpnEditorPlugin *
-nm_vpn_editor_plugin_factory (GError **error);
+nm_vpn_editor_plugin_factory (GError **error);

@@ -294,7 +294,7 @@ nm_vpn_editor_plugin_factory (GEr
NMVpnEditor *
 nm_vpn_editor_plugin_get_editor (NMVpnEditorPlugin *plugin,
                                  NMConnection *connection,
-                                 GError **error);
+ GError **error);

Parameters

@@ -316,7 +316,7 @@ nm_vpn_editor_plugin_get_editor ( - + @@ -324,7 +324,7 @@ nm_vpn_editor_plugin_get_editor (

Returns

-

a new NMVpnEditor or NULL on error.

+

a new NMVpnEditor or NULL on error.

[transfer full]

@@ -337,10 +337,10 @@ nm_vpn_editor_plugin_get_capabilities (

nm_vpn_editor_plugin_get_vt ()

-
gsize
+
gsize
 nm_vpn_editor_plugin_get_vt (NMVpnEditorPlugin *plugin,
                              NMVpnEditorPluginVT *vt,
-                             gsize vt_size);
+ gsize vt_size);

Returns an opaque VT function table for the plugin to extend functionality. The actual meaning of NMVpnEditorPluginVT is not defined in public API of libnm, instead it must be agreed by @@ -387,7 +387,7 @@ size of plugin's VT.

NMConnection *
 nm_vpn_editor_plugin_import (NMVpnEditorPlugin *plugin,
                              const char *path,
-                             GError **error);
+ GError **error);

Parameters

error

on return, an error or NULL

on return, an error or NULL

 
@@ -409,7 +409,7 @@ nm_vpn_editor_plugin_import (

error

-
+ @@ -418,7 +418,7 @@ nm_vpn_editor_plugin_import (

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.


nm_vpn_editor_plugin_export ()

-
gboolean
+
gboolean
 nm_vpn_editor_plugin_export (NMVpnEditorPlugin *plugin,
                              const char *path,
                              NMConnection *connection,
-                             GError **error);
+ GError **error);

@@ -449,8 +449,8 @@ nm_vpn_editor_plugin_load_from_file (const const char *check_service, int check_owner, NMUtilsCheckFilePredicate check_file, - gpointer user_data, - GError **error); + gpointer user_data, + GError **error);

Load the shared library plugin_name and create a new NMVpnEditorPlugin instance via the NMVpnEditorPluginFactory @@ -514,7 +514,7 @@ loading the shared library.

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.

- + @@ -734,7 +734,7 @@ reference as the plugin-info might also reference the editor-plugin.

+if non-NULL.

@@ -745,27 +745,27 @@ if non-NULL.

@@ -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 \ No newline at end of file -- cgit 1.3.0-6-gf8a5

on return, an error or NULL

on return, an error or NULL

 

plugin_info

a NMVpnPluginInfo instance or NULL.

a NMVpnPluginInfo instance or NULL.

[nullable]

get_editor ()

returns an NMVpnEditor, pre-filled with values from connection -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.