From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- docs/libnm/html/NMVpnEditorPlugin.html | 110 +++++++++++++++++++++++++-------- 1 file changed, 85 insertions(+), 25 deletions(-) (limited to 'docs/libnm/html/NMVpnEditorPlugin.html') diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index 4085af30..5a94ae31 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -7,8 +7,8 @@ - - + + @@ -16,7 +16,8 @@ Top  |  Description  |  - Object Hierarchy  |  + Object Hierarchy  |  + Implemented Interfaces  |  Prerequisites  |  Properties  |  Signals @@ -24,7 +25,7 @@ Home Up Prev -Next +Next
@@ -39,8 +40,8 @@

Functions

--++ @@ -125,7 +126,7 @@ + + + + + + + + + + + + + + + @@ -176,9 +195,9 @@

Signals

-NMVpnPluginInfo * +NMVpnPluginInfo * nm_vpn_editor_plugin_get_plugin_info () @@ -154,6 +155,24 @@
gchar *filenameRead / Write / Construct Only
+GKeyFile *keyfileWrite / Construct Only
+gchar *nameRead
+gchar * description Read
---+++ @@ -187,12 +206,12 @@
void
-
+

Types and Values

--++ @@ -225,7 +244,7 @@ - +
 NMVpnPluginInfoNMVpnPluginInfo
@@ -237,6 +256,8 @@ GInterface ├── NMVpnEditor ╰── NMVpnEditorPlugin + GObject + ╰── NMVpnPluginInfo
@@ -246,6 +267,12 @@ NMVpnEditor requires GObject.

+

Implemented Interfaces

+

+NMVpnPluginInfo implements + GInitable.

+
+

Description

@@ -547,7 +574,7 @@ the given service.


nm_vpn_editor_plugin_get_plugin_info ()

-
NMVpnPluginInfo *
+
NMVpnPluginInfo *
 nm_vpn_editor_plugin_get_plugin_info (NMVpnEditorPlugin *plugin);

Parameters

@@ -566,7 +593,7 @@ nm_vpn_editor_plugin_get_plugin_info (

Returns

-

if set, return the NMVpnPluginInfo instance.

+

if set, return the NMVpnPluginInfo instance.

[transfer none]

Since: 1.4

@@ -576,7 +603,7 @@ nm_vpn_editor_plugin_get_plugin_info (

nm_vpn_editor_plugin_set_plugin_info ()

void
 nm_vpn_editor_plugin_set_plugin_info (NMVpnEditorPlugin *plugin,
-                                      NMVpnPluginInfo *plugin_info);
+ NMVpnPluginInfo *plugin_info);

Set or clear the plugin-info instance. This takes a weak reference on plugin_info , to avoid circular @@ -597,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.

[allow-none] @@ -775,20 +802,51 @@ the plugin, without requiring to update libnm. Used by -

NMVpnPluginInfo

-
typedef struct {
-	NM_AVAILABLE_IN_1_2
-	GObject parent;
-} NMVpnPluginInfo;
-
+

NMVpnPluginInfo

+
typedef struct _NMVpnPluginInfo NMVpnPluginInfo;

Property Details

+

The “filename” property

+
  “filename”                 gchar *
+

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 +constructor).

+

Owner: NMVpnPluginInfo

+

Flags: Read / Write / Construct Only

+

Default value: NULL

+

Since: 1.2

+
+
+
+

The “keyfile” property

+
  “keyfile”                  GKeyFile *
+

Initialize the instance with a different keyfile instance. +When passing a keyfile instance, the constructor will not +try to read from filename.

+

Owner: NMVpnPluginInfo

+

Flags: Write / Construct Only

+

Since: 1.2

+
+
+
+

The “name” property

+
  “name”                     gchar *
+

The name of the VPN plugin.

+

Owner: NMVpnPluginInfo

+

Flags: Read

+

Default value: NULL

+

Since: 1.2

+
+
+

The “description” property

  “description”              gchar *

Longer description of the VPN plugin.

+

Owner: NMVpnEditorPlugin

Flags: Read

Default value: NULL

@@ -797,6 +855,7 @@ the plugin, without requiring to update libnm. Used by

The “name” property

  “name”                     gchar *

Short display name of the VPN plugin.

+

Owner: NMVpnEditorPlugin

Flags: Read

Default value: NULL

@@ -805,6 +864,7 @@ the plugin, without requiring to update libnm. Used by

The “service” property

  “service”                  gchar *

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

+

Owner: NMVpnEditorPlugin

Flags: Read

Default value: NULL

@@ -821,6 +881,6 @@ user_function ( +
Generated by GTK-Doc V1.32.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5 From d460892bbfece74fb6d3cd846bf6ef548290be41 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 May 2020 21:40:53 +0200 Subject: New upstream version 1.24.0 --- docs/libnm/html/NMVpnEditorPlugin.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/libnm/html/NMVpnEditorPlugin.html') diff --git a/docs/libnm/html/NMVpnEditorPlugin.html b/docs/libnm/html/NMVpnEditorPlugin.html index 5a94ae31..2fb60b9c 100644 --- a/docs/libnm/html/NMVpnEditorPlugin.html +++ b/docs/libnm/html/NMVpnEditorPlugin.html @@ -8,7 +8,7 @@ - + @@ -881,6 +881,6 @@ user_function (
+
Generated by GTK-Doc V1.32 \ No newline at end of file -- cgit 1.3.0-6-gf8a5