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 --- .../html/gdbus-org.freedesktop.NetworkManager.html | 113 ++++++--------------- 1 file changed, 32 insertions(+), 81 deletions(-) (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.html') diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html index 6d47c3d1..836d15b6 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html @@ -36,39 +36,37 @@

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);
-CheckpointAdjustRollbackTimeout (IN  o         checkpoint,
-                                 IN  u         add_timeout);
+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);
 
@@ -86,7 +84,6 @@
 Devices                     readable   ao
 AllDevices                  readable   ao
-Checkpoints                 readable   ao
 NetworkingEnabled           readable   b
 WirelessEnabled             readwrite  b
 WirelessHardwareEnabled     readable   b
@@ -461,7 +458,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 its management. + based on the state of network devices under it's management.

@@ -557,43 +554,6 @@ CheckpointRollback (IN o checkpoint,
-
-
-

The CheckpointAdjustRollbackTimeout() method

-
-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

@@ -708,15 +668,6 @@ AllDevices readable ao

-

The "Checkpoints" property

-
-Checkpoints  readable   ao
-
-

The list of active checkpoints. -

-
-
-

The "NetworkingEnabled" property

 NetworkingEnabled  readable   b
-- 
cgit 1.3.0-6-gf8a5


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

---
 .../html/gdbus-org.freedesktop.NetworkManager.html | 117 +++++++++++++++------
 1 file changed, 83 insertions(+), 34 deletions(-)

(limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.html')

diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
index 836d15b6..5c9c76d6 100644
--- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
+++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 
 
@@ -36,37 +36,39 @@
 

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);
 
@@ -84,6 +86,7 @@
 Devices                     readable   ao
 AllDevices                  readable   ao
+Checkpoints                 readable   ao
 NetworkingEnabled           readable   b
 WirelessEnabled             readwrite  b
 WirelessHardwareEnabled     readable   b
@@ -458,7 +461,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.

@@ -554,6 +557,43 @@ CheckpointRollback (IN o checkpoint,
+
+
+

The CheckpointAdjustRollbackTimeout() method

+
+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

@@ -668,6 +708,15 @@ AllDevices readable ao

+

The "Checkpoints" property

+
+Checkpoints  readable   ao
+
+

The list of active checkpoints. +

+
+
+

The "NetworkingEnabled" property

 NetworkingEnabled  readable   b
@@ -908,6 +957,6 @@ GlobalDnsConfiguration  readwrite  a{sv}
 
+
Generated by GTK-Doc V1.28 \ No newline at end of file -- cgit 1.3.0-6-gf8a5