From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 4 Jun 2018 00:07:45 +0200 Subject: New upstream version 1.11.4 --- docs/api/dbus-org.freedesktop.NetworkManager.xml | 105 ++++++++++++++++------- 1 file changed, 73 insertions(+), 32 deletions(-) (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.xml index 9a9a5754..4928f8fd 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.xml @@ -8,37 +8,39 @@ org.freedesktop.NetworkManager Connection Manager Methods -Reload (IN u flags); -GetDevices (OUT ao devices); -GetAllDevices (OUT ao devices); -GetDeviceByIpIface (IN s iface, - OUT o device); -ActivateConnection (IN o connection, - IN o device, - IN o specific_object, - OUT o active_connection); -AddAndActivateConnection (IN a{sa{sv}} connection, - IN o device, - IN o specific_object, - OUT o path, - OUT o active_connection); -DeactivateConnection (IN o active_connection); -Sleep (IN b sleep); -Enable (IN b enable); -GetPermissions (OUT a{ss} permissions); -SetLogging (IN s level, - IN s domains); -GetLogging (OUT s level, - OUT s domains); -CheckConnectivity (OUT u connectivity); -state (OUT u state); -CheckpointCreate (IN ao devices, - IN u rollback_timeout, - IN u flags, - OUT o checkpoint); -CheckpointDestroy (IN o checkpoint); -CheckpointRollback (IN o checkpoint, - OUT a{su} result); +Reload (IN u flags); +GetDevices (OUT ao devices); +GetAllDevices (OUT ao devices); +GetDeviceByIpIface (IN s iface, + OUT o device); +ActivateConnection (IN o connection, + IN o device, + IN o specific_object, + OUT o active_connection); +AddAndActivateConnection (IN a{sa{sv}} connection, + IN o device, + IN o specific_object, + OUT o path, + OUT o active_connection); +DeactivateConnection (IN o active_connection); +Sleep (IN b sleep); +Enable (IN b enable); +GetPermissions (OUT a{ss} permissions); +SetLogging (IN s level, + IN s domains); +GetLogging (OUT s level, + OUT s domains); +CheckConnectivity (OUT u connectivity); +state (OUT u state); +CheckpointCreate (IN ao devices, + IN u rollback_timeout, + IN u flags, + OUT o checkpoint); +CheckpointDestroy (IN o checkpoint); +CheckpointRollback (IN o checkpoint, + OUT a{su} result); +CheckpointAdjustRollbackTimeout (IN o checkpoint, + IN u add_timeout); @@ -56,6 +58,7 @@ Devices readable ao AllDevices readable ao +Checkpoints readable ao NetworkingEnabled readable b WirelessEnabled readwrite b WirelessHardwareEnabled readable b @@ -368,7 +371,7 @@ CheckConnectivity (OUT u connectivity); state (OUT u state); The overall networking state as determined by the NetworkManager daemon, - based on the state of network devices under it's management. + based on the state of network devices under its management. @@ -444,6 +447,35 @@ CheckpointRollback (IN o checkpoint, + + The CheckpointAdjustRollbackTimeout() method + org.freedesktop.NetworkManager.CheckpointAdjustRollbackTimeout() + +CheckpointAdjustRollbackTimeout (IN o checkpoint, + IN u add_timeout); + + timeout will expire. Set to 0 to disable the timeout. + Note that the added seconds start counting from now, + not "Created" timestamp or the previous expiration + time. Note that the "Created" property of the checkpoint + will stay unchanged by this call. However, the "RollbackTimeout" + will be recalculated to give the approximate new expiration time. + The new "RollbackTimeout" property will be approximate up to + one second precision, which is the accuracy of the property. + Reset the timeout for rollback for the checkpoint. + Since: 1.12 + + + + IN o checkpoint: + + + + IN u add_timeout: + number of seconds from ~now~ in which the + + + Signal Details @@ -542,6 +574,15 @@ AllDevices readable ao for which backing resources can be created if the device is activated. + + The "Checkpoints" property + org.freedesktop.NetworkManager:Checkpoints + +Checkpoints readable ao + + The list of active checkpoints. + + The "NetworkingEnabled" property org.freedesktop.NetworkManager:NetworkingEnabled -- cgit 1.3.0-6-gf8a5