python: Don't generate bodies for close callback functions

Commit 6ed5a1b9bd 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.
This commit is contained in:
Peter Krempa 2012-07-30 15:33:09 +02:00
parent ac97c2ba4c
commit e72f55fac1

View File

@ -425,6 +425,8 @@ skip_impl = (
'virDomainGetInterfaceParameters',
'virDomainGetCPUStats',
'virDomainGetDiskErrors',
'virConnectUnregisterCloseCallback',
'virConnectRegisterCloseCallback',
)
qemu_skip_impl = (