aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2012-07-30 15:33:09 +0200
committerPeter Krempa <pkrempa@redhat.com>2012-07-30 15:38:07 +0200
commite72f55fac10a901bb0d953698b71e26f01b2db3c (patch)
treed7f863afb0563574006cdfd967d7b444b08a0b48 /python
parentImprove error message in LXC startup with network is not active (diff)
downloadlibvirt-e72f55fac10a901bb0d953698b71e26f01b2db3c.tar.gz
libvirt-e72f55fac10a901bb0d953698b71e26f01b2db3c.tar.bz2
libvirt-e72f55fac10a901bb0d953698b71e26f01b2db3c.zip
python: Don't generate bodies for close callback functions
Commit 6ed5a1b9bd6240b8f2736790e48dd1c284c2e0e1 adds close callback functions to the public API but doesn't add python implementation. This patch sets the function to be written manually (to fix the build), but doesn't implement them yet.
Diffstat (limited to 'python')
-rwxr-xr-xpython/generator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index 2dada6e17..6559ece69 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -425,6 +425,8 @@ skip_impl = (
'virDomainGetInterfaceParameters',
'virDomainGetCPUStats',
'virDomainGetDiskErrors',
+ 'virConnectUnregisterCloseCallback',
+ 'virConnectRegisterCloseCallback',
)
qemu_skip_impl = (