mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
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:
parent
ac97c2ba4c
commit
e72f55fac1
@ -425,6 +425,8 @@ skip_impl = (
|
||||
'virDomainGetInterfaceParameters',
|
||||
'virDomainGetCPUStats',
|
||||
'virDomainGetDiskErrors',
|
||||
'virConnectUnregisterCloseCallback',
|
||||
'virConnectRegisterCloseCallback',
|
||||
)
|
||||
|
||||
qemu_skip_impl = (
|
||||
|
Loading…
Reference in New Issue
Block a user