mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-22 20:59:34 +03:00
Enable virDomainBlockPull in the python API
virDomainGetBlockJobInfo requires manual override since it returns a custom type. * python/generator.py: reenable bindings for this entry point * python/libvirt-override-api.xml python/libvirt-override.c: manual overrides
This commit is contained in:
committed by
Daniel Veillard
parent
384d3ae35b
commit
3d3872d29d
@ -186,7 +186,6 @@ def enum(type, name, value):
|
||||
functions_failed = []
|
||||
functions_skipped = [
|
||||
"virConnectListDomains",
|
||||
'virDomainGetBlockJobInfo',
|
||||
]
|
||||
|
||||
skipped_modules = {
|
||||
@ -370,6 +369,7 @@ skip_impl = (
|
||||
'virDomainSendKey',
|
||||
'virNodeGetCPUStats',
|
||||
'virNodeGetMemoryStats',
|
||||
'virDomainGetBlockJobInfo',
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user