diff options
| author | Michael Biebl <biebl@debian.org> | 2017-09-20 21:04:54 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-09-20 21:04:54 +0200 |
| commit | 93368eb67cd49313e1e38045010bb7a0bb46e4cf (patch) | |
| tree | a6741acab28c156e6fde36c06d42262a1f89354b /libnm-core/nm-dbus-interface.h | |
| parent | 6591116fbf5ffe613921524c367b475ae0ac9628 (diff) | |
| parent | bdb6eeb0670658255c2a4c3c501c0a27fa8cfe55 (diff) | |
Updated version 1.8.4 from 'upstream/1.8.4'
with Debian dir 9aad7c38bece00cfa4099176de05bcb471d7445d
Diffstat (limited to 'libnm-core/nm-dbus-interface.h')
| -rw-r--r-- | libnm-core/nm-dbus-interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-core/nm-dbus-interface.h b/libnm-core/nm-dbus-interface.h index 8abc91bb..4c8e46fc 100644 --- a/libnm-core/nm-dbus-interface.h +++ b/libnm-core/nm-dbus-interface.h @@ -810,9 +810,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 * |