From ab8312a18e8b281a62f39ce59a077fda77943187 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 28 Mar 2018 17:24:30 +0200 Subject: 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. --- examples/python/gi/checkpoint.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/python/gi/checkpoint.py b/examples/python/gi/checkpoint.py index 513e6c3a0a..de9468ea8f 100644 --- a/examples/python/gi/checkpoint.py +++ b/examples/python/gi/checkpoint.py @@ -48,6 +48,7 @@ def do_create(client): sys.exit("Unknown device %s" % arg) devices.append(d) + # FIXME: flags are not a plain integer. client.checkpoint_create_async(devices, timeout, 0, None, create_cb, None) def destroy_cb(client, result, data): -- cgit v1.2.1