From f60117b41d5433be1b4a96d82cd11d0c3dce9b63 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 23 Apr 2018 18:00:21 +0200 Subject: New upstream version 1.11.3 --- docs/libnm-glib/html/NMClient.html | 2 - docs/libnm-glib/html/NMDHCP4Config.html | 2 - docs/libnm-glib/html/NMDHCP6Config.html | 2 - docs/libnm-glib/html/NMSecretAgent.html | 131 -------------------------------- docs/libnm-glib/html/index.html | 2 +- 5 files changed, 1 insertion(+), 138 deletions(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 47a706c1..09fbe7ff 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -2235,8 +2235,6 @@ likely to become the new

The “active-connections” property

  “active-connections”       NMObjectArray *
-

The active connections. -Type: GLib.PtrArray

Flags: Read


diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index c2fc38ed..f4c7211c 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -219,8 +219,6 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
-

The GHashTable containing options of the configuration.

-

Type: GLib.HashTable(utf8,GObject.Value)

Flags: Read

diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index ca5ca04d..a5d05b9d 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -219,8 +219,6 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
-

The GHashTable containing options of the configuration.

-

Type: GLib.HashTable(utf8,GObject.Value)

Flags: Read

diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index d7617dd9..e7491ef0 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -532,63 +532,6 @@ nm_secret_agent_get_secrets (NMSecretAgentGetSecretsFlags flags, NMSecretAgentGetSecretsFunc callback, gpointer user_data); -

Asyncronously retrieve secrets belonging to connection - for the -setting setting_name -. flags - indicate specific behavior that the secret -agent should use when performing the request, for example returning only -existing secrets without user interaction, or requesting entirely new -secrets from the user.

-

Virtual: get_secrets

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

self

a NMSecretAgent

 

connection

the NMConnection for which we're asked secrets

 

setting_name

the name of the secret setting

 

hints

hints to the agent.

[array zero-terminated=1]

flags

flags that modify the behavior of the request

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback -.

[closure]
-

@@ -598,43 +541,6 @@ nm_secret_agent_save_secrets (NMConnection *connection, NMSecretAgentSaveSecretsFunc callback, gpointer user_data); -

Asyncronously ensure that all secrets inside connection - -are stored to disk.

-

Virtual: save_secrets

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

self

a NMSecretAgent

 

connection

a NMConnection

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback -.

[closure]
-

@@ -644,43 +550,6 @@ nm_secret_agent_delete_secrets (NMConnection *connection, NMSecretAgentDeleteSecretsFunc callback, gpointer user_data); -

Asynchronously ask the agent to delete all saved secrets belonging to -connection -.

-

Virtual: delete_secrets

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

self

a NMSecretAgent

 

connection

a NMConnection

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback -.

[closure]
-
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index fba741ff..850a9ff9 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,7 +15,7 @@

- for libnm-glib 1.10.6 + for libnm-glib 1.11.3 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-glib/stable/. -- cgit 1.3.0-6-gf8a5 From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 11 May 2018 22:08:45 +0200 Subject: New upstream version 1.10.8 --- docs/libnm-glib/html/NMClient.html | 2 + docs/libnm-glib/html/NMDHCP4Config.html | 2 + docs/libnm-glib/html/NMDHCP6Config.html | 2 + docs/libnm-glib/html/NMSecretAgent.html | 131 ++++++++++++++++++++++++++++++++ docs/libnm-glib/html/index.html | 2 +- 5 files changed, 138 insertions(+), 1 deletion(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 09fbe7ff..47a706c1 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -2235,6 +2235,8 @@ likely to become the new

The “active-connections” property

  “active-connections”       NMObjectArray *
+

The active connections. +Type: GLib.PtrArray

Flags: Read


diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index f4c7211c..c2fc38ed 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -219,6 +219,8 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
+

The GHashTable containing options of the configuration.

+

Type: GLib.HashTable(utf8,GObject.Value)

Flags: Read

diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index a5d05b9d..ca5ca04d 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -219,6 +219,8 @@ configuration, and must not be modified.

The “options” property

  “options”                  GHashTable *
+

The GHashTable containing options of the configuration.

+

Type: GLib.HashTable(utf8,GObject.Value)

Flags: Read

diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index e7491ef0..d7617dd9 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -532,6 +532,63 @@ nm_secret_agent_get_secrets (NMSecretAgentGetSecretsFlags flags, NMSecretAgentGetSecretsFunc callback, gpointer user_data); +

Asyncronously retrieve secrets belonging to connection + for the +setting setting_name +. flags + indicate specific behavior that the secret +agent should use when performing the request, for example returning only +existing secrets without user interaction, or requesting entirely new +secrets from the user.

+

Virtual: get_secrets

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

self

a NMSecretAgent

 

connection

the NMConnection for which we're asked secrets

 

setting_name

the name of the secret setting

 

hints

hints to the agent.

[array zero-terminated=1]

flags

flags that modify the behavior of the request

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback +.

[closure]
+

@@ -541,6 +598,43 @@ nm_secret_agent_save_secrets (NMConnection *connection, NMSecretAgentSaveSecretsFunc callback, gpointer user_data); +

Asyncronously ensure that all secrets inside connection + +are stored to disk.

+

Virtual: save_secrets

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

self

a NMSecretAgent

 

connection

a NMConnection

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback +.

[closure]
+

@@ -550,6 +644,43 @@ nm_secret_agent_delete_secrets (NMConnection *connection, NMSecretAgentDeleteSecretsFunc callback, gpointer user_data); +

Asynchronously ask the agent to delete all saved secrets belonging to +connection +.

+

Virtual: delete_secrets

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

self

a NMSecretAgent

 

connection

a NMConnection

 

callback

a callback, to be invoked when the operation is done.

[scope async]

user_data

caller-specific data to be passed to callback +.

[closure]
+
diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index 850a9ff9..59621d66 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -15,7 +15,7 @@

- for libnm-glib 1.11.3 + for libnm-glib 1.10.8 The latest version of this documentation can be found on-line at https://developer.gnome.org/libnm-glib/stable/. -- cgit 1.3.0-6-gf8a5