From 7514efc2f38c9ace4557d4e69d68e7d380389030 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 26 Aug 2016 02:18:32 +0200 Subject: Imported Upstream version 1.4.0 --- .../html/gdbus-org.freedesktop.NetworkManager.html | 99 +++++++++++++++++++++- 1 file changed, 97 insertions(+), 2 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 f97d5301..018d4ae1 100644 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.html +++ b/docs/api/html/gdbus-org.freedesktop.NetworkManager.html @@ -8,7 +8,7 @@ - + @@ -60,6 +60,13 @@ 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);
@@ -460,6 +467,94 @@ state (OUT u state);
+
+
+

The CheckpointCreate() method

+
+CheckpointCreate (IN  ao devices,
+                  IN  u  rollback_timeout,
+                  IN  u  flags,
+                  OUT o  checkpoint);
+
+

devices: a list of device paths for which a checkpoint should be created. An empty list means all managed devices. + rollback_timeout: the time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite. + flags: optional flags that influence the creation. + checkpoint: on success, returns the path of the checkpoint. +

+

Create a checkpoint of the current networking configuration + for given interfaces. If rollback_timeout is not zero, a + rollback is automatically performed after the given timeout. +

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

IN ao devices:

IN u rollback_timeout:

IN u flags:

OUT o checkpoint:

+
+
+
+

The CheckpointDestroy() method

+
+CheckpointDestroy (IN  o checkpoint);
+
+

Destroy a previously created checkpoint. +

+
++++ + + + + +

IN o checkpoint:

the checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.

+
+
+
+

The CheckpointRollback() method

+
+CheckpointRollback (IN  o     checkpoint,
+                    OUT a{su} result);
+
+

Rollback a checkpoint before the timeout is reached. +

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

IN o checkpoint:

the checkpoint to be rolled back.

OUT a{su} result:

on return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a RollbackResult.

+

Signal Details

@@ -756,6 +851,6 @@ GlobalDnsConfiguration readwrite a{sv}
+
Generated by GTK-Doc V1.25 \ No newline at end of file -- cgit 1.3.0-6-gf8a5