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