summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-07-24 14:05:08 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2017-07-25 23:11:38 +0200
commit73824414330138441ea39198134dee24ff4db1ff (patch)
tree7376d8e2e45f39d1527255d728a84d3b85ae6c44
parent378a2f24869f7c550d669f05853fa56d28d36fc1 (diff)
downloadNetworkManager-73824414330138441ea39198134dee24ff4db1ff.tar.gz
checkpoint: document flags availability
Flags DELETE_NEW_CONNECTIONS and DISCONNECT_NEW_DEVICES were added in 1.6, document that. https://bugzilla.redhat.com/show_bug.cgi?id=1474039
-rw-r--r--libnm-core/nm-dbus-interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h
index 92c8a359d8..dd05f5e756 100644
--- a/libnm-core/nm-dbus-interface.h
+++ b/libnm-core/nm-dbus-interface.h
@@ -820,9 +820,9 @@ typedef enum {
* @NM_CHECKPOINT_CREATE_FLAG_DESTROY_ALL: when creating
* a new checkpoint, destroy all existing ones.
* @NM_CHECKPOINT_CREATE_FLAG_DELETE_NEW_CONNECTIONS: upon rollback,
- * delete any new connection added after the checkpoint.
+ * delete any new connection added after the checkpoint (Since: 1.6)
* @NM_CHECKPOINT_CREATE_FLAG_DISCONNECT_NEW_DEVICES: upon rollback,
- * disconnect any new device appeared after the checkpoint.
+ * disconnect any new device appeared after the checkpoint (Since: 1.6)
*
* The flags for CheckpointCreate call
*