about summary refs log tree commit diff
path: root/introspection/org.freedesktop.NetworkManager.xml
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-07-12 17:57:30 +0200
committerMichael Biebl <biebl@debian.org>2017-07-12 17:57:30 +0200
commitb9f0451fa35393ceedf6d9d20b78c43578ebea5d (patch)
tree417afcdd717020ad44e25fadee4b89de23316e83 /introspection/org.freedesktop.NetworkManager.xml
parentc333f062ddcba9b35330647bf6cbd0a07f2d786e (diff)
New upstream version 1.8.2 upstream/1.8.2
Diffstat (limited to 'introspection/org.freedesktop.NetworkManager.xml')
-rw-r--r--introspection/org.freedesktop.NetworkManager.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/introspection/org.freedesktop.NetworkManager.xml b/introspection/org.freedesktop.NetworkManager.xml
index ebd04a89..73cbc725 100644
--- a/introspection/org.freedesktop.NetworkManager.xml
+++ b/introspection/org.freedesktop.NetworkManager.xml
@@ -213,11 +213,10 @@
 
     <!--
         CheckpointCreate:
-
-        @devices: a list of device paths for which a checkpoint should be created. An empty list means all 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.
+        @devices: A list of device paths for which a checkpoint should be created. An empty list means all devices.
+        @rollback_timeout: The time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite.
+        @flags: (<link linkend="NMCheckpointCreateFlags">NMCheckpointCreateFlags</link>) Flags for the creation.
+        @checkpoint: On success, the path of the new checkpoint.
 
         Create a checkpoint of the current networking configuration
         for given interfaces. If @rollback_timeout is not zero, a
@@ -232,7 +231,7 @@
 
     <!--
         CheckpointDestroy:
-        @checkpoint: the checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.
+        @checkpoint: The checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.
 
         Destroy a previously created checkpoint.
     -->
@@ -242,8 +241,8 @@
 
     <!--
         CheckpointRollback:
-        @checkpoint: the checkpoint to be rolled back.
-        @result: on return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a <link linkend="NMRollbackResult">RollbackResult</link>.
+        @checkpoint: The checkpoint to be rolled back.
+        @result: On return, a dictionary of devices and results. Devices are represented by their original D-Bus path; each result is a <link linkend="NMRollbackResult">RollbackResult</link>.
 
         Rollback a checkpoint before the timeout is reached.
     -->