From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 5 Oct 2020 22:27:18 +0200 Subject: New upstream version 1.27.90 --- docs/libnm/html/NMVpnEditorPlugin.html | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'docs/libnm/html/NMVpnEditorPlugin.html') diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index 2fb60b9c..88e4d866 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -701,30 +701,24 @@ reference as the plugin-info might also reference the editor-plugin.

NMVpnEditorPluginInterface

typedef struct {
-	GTypeInterface g_iface;
+    GTypeInterface g_iface;
 
-	NMVpnEditor * (*get_editor) (NMVpnEditorPlugin *plugin,
-	                             NMConnection *connection,
-	                             GError **error);
+    NMVpnEditor *(*get_editor)(NMVpnEditorPlugin *plugin, NMConnection *connection, GError **error);
 
-	NMVpnEditorPluginCapability (*get_capabilities) (NMVpnEditorPlugin *plugin);
+    NMVpnEditorPluginCapability (*get_capabilities)(NMVpnEditorPlugin *plugin);
 
-	NMConnection * (*import_from_file) (NMVpnEditorPlugin *plugin,
-	                                    const char *path,
-	                                    GError **error);
+    NMConnection *(*import_from_file)(NMVpnEditorPlugin *plugin, const char *path, GError **error);
 
-	gboolean (*export_to_file) (NMVpnEditorPlugin *plugin,
-	                            const char *path,
-	                            NMConnection *connection,
-	                            GError **error);
+    gboolean (*export_to_file)(NMVpnEditorPlugin *plugin,
+                               const char *       path,
+                               NMConnection *     connection,
+                               GError **          error);
 
-	char * (*get_suggested_filename) (NMVpnEditorPlugin *plugin, NMConnection *connection);
+    char *(*get_suggested_filename)(NMVpnEditorPlugin *plugin, NMConnection *connection);
 
-	void (*notify_plugin_info_set) (NMVpnEditorPlugin *plugin,
-	                                NMVpnPluginInfo *plugin_info);
+    void (*notify_plugin_info_set)(NMVpnEditorPlugin *plugin, NMVpnPluginInfo *plugin_info);
 
-	const NMVpnEditorPluginVT *(*get_vt) (NMVpnEditorPlugin *plugin,
-	                                      gsize *out_vt_size);
+    const NMVpnEditorPluginVT *(*get_vt)(NMVpnEditorPlugin *plugin, gsize *out_vt_size);
 } NMVpnEditorPluginInterface;
 

Interface for VPN editor plugins.

-- cgit 1.3.0-6-gf8a5 From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 6 Dec 2020 21:57:59 +0100 Subject: New upstream version 1.28.0 --- docs/libnm/html/NMVpnEditorPlugin.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'docs/libnm/html/NMVpnEditorPlugin.html') diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index 88e4d866..cd12816d 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -8,7 +8,7 @@ - + @@ -154,7 +154,7 @@ -gchar * +char * filename Read / Write / Construct Only @@ -166,25 +166,25 @@ -gchar * +char * name Read -gchar * +char * description Read -gchar * +char * name Read -gchar * +char * service Read @@ -325,7 +325,7 @@ nm_vpn_editor_plugin_get_editor (

Returns

a new NMVpnEditor or NULL on error.

-

[transfer full]

+

[transfer full]


@@ -421,7 +421,7 @@ nm_vpn_editor_plugin_import (NULL on error or if the file at path was not recognized by this plugin.

-

[transfer full]

+

[transfer full]


@@ -515,7 +515,7 @@ loading the shared library.

Returns

a new plugin instance or NULL on error.

-

[transfer full]

+

[transfer full]

Since: 1.2

@@ -567,7 +567,7 @@ the given service.

Returns

a new plugin instance or NULL on error.

-

[transfer full]

+

[transfer full]

Since: 1.4

@@ -594,7 +594,7 @@ nm_vpn_editor_plugin_get_plugin_info (

Returns

if set, return the NMVpnPluginInfo instance.

-

[transfer none]

+

[transfer none]

Since: 1.4

@@ -804,7 +804,7 @@ the plugin, without requiring to update libnm. Used by

Property Details

The “filename” property

-
  “filename”                 gchar *
+
  “filename”                 char *

The filename from which the info was loaded. Can be NULL if the instance was not loaded from a file (i.e. the keyfile instance was passed to the @@ -828,7 +828,7 @@ try to read from filename.


The “name” property

-
  “name”                     gchar *
+
  “name”                     char *

The name of the VPN plugin.

Owner: NMVpnPluginInfo

Flags: Read

@@ -838,7 +838,7 @@ try to read from filename.


The “description” property

-
  “description”              gchar *
+
  “description”              char *

Longer description of the VPN plugin.

Owner: NMVpnEditorPlugin

Flags: Read

@@ -847,7 +847,7 @@ try to read from filename.


The “name” property

-
  “name”                     gchar *
+
  “name”                     char *

Short display name of the VPN plugin.

Owner: NMVpnEditorPlugin

Flags: Read

@@ -856,7 +856,7 @@ try to read from filename.


The “service” property

-
  “service”                  gchar *
+
  “service”                  char *

D-Bus service name of the plugin's VPN service.

Owner: NMVpnEditorPlugin

Flags: Read

@@ -875,6 +875,6 @@ user_function (
+
Generated by GTK-Doc V1.33.1
\ No newline at end of file -- cgit 1.3.0-6-gf8a5