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 --- ...edesktop.NetworkManager.Settings.Connection.xml | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml index c5938c0a..2ca567e8 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.Connection.xml @@ -16,6 +16,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); @@ -149,6 +153,59 @@ Save (); UpdateUnsaved) to persistent storage. + + The Update2() method + org.freedesktop.NetworkManager.Settings.Connection.Update2() + +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 -- cgit 1.3.0-6-gf8a5