mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -425,6 +425,8 @@ skip_impl = (
|
||||
'virDomainGetInterfaceParameters',
|
||||
'virDomainGetCPUStats',
|
||||
'virDomainGetDiskErrors',
|
||||
'virConnectUnregisterCloseCallback',
|
||||
'virConnectRegisterCloseCallback',
|
||||
)
|
||||
|
||||
qemu_skip_impl = (
|
||||
|
||||
Reference in New Issue
Block a user