diff options
| author | Michael Biebl <biebl@debian.org> | 2017-07-12 17:57:30 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-07-12 17:57:30 +0200 |
| commit | b9f0451fa35393ceedf6d9d20b78c43578ebea5d (patch) | |
| tree | 417afcdd717020ad44e25fadee4b89de23316e83 /docs/api/dbus-org.freedesktop.NetworkManager.xml | |
| parent | c333f062ddcba9b35330647bf6cbd0a07f2d786e (diff) | |
New upstream version 1.8.2 upstream/1.8.2
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.xml | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.xml index 0ef23d79..6e667f5b 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.xml @@ -384,30 +384,26 @@ CheckpointCreate (IN ao devices, IN u flags, OUT o checkpoint); </programlisting> -<para> <parameter>devices</parameter>: a list of device paths for which a checkpoint should be created. An empty list means all devices. - <parameter>rollback_timeout</parameter>: the time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite. - <parameter>flags</parameter>: optional flags that influence the creation. - <parameter>checkpoint</parameter>: on success, returns the path of the checkpoint. -</para><para> Create a checkpoint of the current networking configuration +<para> Create a checkpoint of the current networking configuration for given interfaces. If <parameter>rollback_timeout</parameter> is not zero, a rollback is automatically performed after the given timeout. </para> <variablelist role="params"> <varlistentry> <term><literal>IN ao <parameter>devices</parameter></literal>:</term> - <listitem><para></para></listitem> + <listitem><para>A list of device paths for which a checkpoint should be created. An empty list means all devices.</para></listitem> </varlistentry> <varlistentry> <term><literal>IN u <parameter>rollback_timeout</parameter></literal>:</term> - <listitem><para></para></listitem> + <listitem><para>The time in seconds until NetworkManager will automatically rollback to the checkpoint. Set to zero for infinite.</para></listitem> </varlistentry> <varlistentry> <term><literal>IN u <parameter>flags</parameter></literal>:</term> - <listitem><para></para></listitem> + <listitem><para>(<link linkend="NMCheckpointCreateFlags">NMCheckpointCreateFlags</link>) Flags for the creation.</para></listitem> </varlistentry> <varlistentry> <term><literal>OUT o <parameter>checkpoint</parameter></literal>:</term> - <listitem><para></para></listitem> + <listitem><para>On success, the path of the new checkpoint.</para></listitem> </varlistentry> </variablelist> </refsect2> @@ -422,7 +418,7 @@ CheckpointDestroy (IN o checkpoint); <variablelist role="params"> <varlistentry> <term><literal>IN o <parameter>checkpoint</parameter></literal>:</term> - <listitem><para>the checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.</para></listitem> + <listitem><para>The checkpoint to be destroyed. Set to empty to cancel all pending checkpoints.</para></listitem> </varlistentry> </variablelist> </refsect2> @@ -438,11 +434,11 @@ CheckpointRollback (IN o checkpoint, <variablelist role="params"> <varlistentry> <term><literal>IN o <parameter>checkpoint</parameter></literal>:</term> - <listitem><para>the checkpoint to be rolled back.</para></listitem> + <listitem><para>The checkpoint to be rolled back.</para></listitem> </varlistentry> <varlistentry> <term><literal>OUT a{su} <parameter>result</parameter></literal>:</term> - <listitem><para>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>.</para></listitem> + <listitem><para>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>.</para></listitem> </varlistentry> </variablelist> </refsect2> |