diff options
author | Thomas Haller <thaller@redhat.com> | 2018-03-28 17:24:30 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2018-04-04 14:02:13 +0200 |
commit | ab8312a18e8b281a62f39ce59a077fda77943187 (patch) | |
tree | 18bde405d4e6cba78b6f4745bc25dcd506b12f3d /libnm | |
parent | 56500e596483c1e9547a0b92cf995b5c46ca6e24 (diff) | |
download | NetworkManager-ab8312a18e8b281a62f39ce59a077fda77943187.tar.gz |
checkpoint: generate GIR information for NMCheckpointCreateFlags
Note that this changes API for checkpoint_create_async() in Python
via GIR. Previously it would require an integer argument, now a flags
argument. But this API is still unstable, it will be introduced with
1.12.
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/libnm.ver | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver index b475dcf7ee..b99d935807 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -1334,6 +1334,7 @@ global: libnm_1_12_0 { global: + nm_checkpoint_create_flags_get_type; nm_checkpoint_get_created; nm_checkpoint_get_devices; nm_checkpoint_get_rollback_timeout; |