From afcd268ea7b1149fbfb66bce4eca659b675da0a2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 12 Dec 2017 15:53:07 +0100 Subject: New upstream version 1.10.2 --- ...desktop.NetworkManager.Settings.Connection.html | 70 +++++++++++++++++++++- 1 file changed, 68 insertions(+), 2 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html index 6ab4bb4a..b644fdef 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Settings.Connection.html @@ -8,7 +8,7 @@ - + @@ -44,6 +44,10 @@ OUT a{sa{sv}} secrets); ClearSecrets (); Save (); +Update2 (IN a{sa{sv}} settings, + IN u flags, + IN a{sv} args, + OUT a{sv} result);
@@ -194,6 +198,68 @@ Save (); UpdateUnsaved) to persistent storage.

+
+
+

The Update2() method

+
+Update2 (IN  a{sa{sv}} settings,
+         IN  u         flags,
+         IN  a{sv}     args,
+         OUT a{sv}     result);
+
+

Provide an empty array, to use the current settings. + flags: optional flags argument. Currently supported flags are: + "0x1" (to-disk), + "0x2" (in-memory), + "0x4" (in-memory-detached), + "0x8" (in-memory-only), + "0x10" (volatile), + "0x20" (block-autoconnect). + Unknown flags cause the call to fail. + args: optional arguments dictionary, for extensibility. Currently no + arguments are accepted. Specifying unknown keys causes the call + to fail. + result: output argument, currently no results are returned. +

+

Update the connection with new settings and properties (replacing all + previous settings and properties). If the flag 0x1 is present, + the connection is persisted to disk. If the flag 0x2 is present, + the change is only made in memory (without touching an eventual + profile on disk). If neither 0x1 nor 0x2 is set, the change is made + in memory only, if the connection is already in memory only. + Secrets may be part of the update request, and will be either stored in persistent + storage or sent to a Secret Agent for storage, depending on the flags + associated with each secret. +

+

Update2 is a extensible alternative to Update, UpdateUnsaved and Save. +

+

Since: 1.10.2 +

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

IN a{sa{sv}} settings:

New connection settings, properties, and (optionally) secrets.

IN u flags:

IN a{sv} args:

OUT a{sv} result:

+

Signal Details

@@ -256,6 +322,6 @@ Unsaved readable b
+
Generated by GTK-Doc V1.26 \ No newline at end of file -- cgit 1.3.0-6-gf8a5