mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-17 00:59:36 +03:00
Python binding for storage pool lifecycle events API
Code matches the network event API implementation
This commit is contained in:
committed by
Cole Robinson
parent
b4629027f8
commit
7eaab4a6c2
@ -522,6 +522,8 @@ skip_function = (
|
||||
'virConnectDomainEventDeregisterAny', # overridden in virConnect.py
|
||||
'virConnectNetworkEventRegisterAny', # overridden in virConnect.py
|
||||
'virConnectNetworkEventDeregisterAny', # overridden in virConnect.py
|
||||
'virConnectStoragePoolEventRegisterAny', # overridden in virConnect.py
|
||||
'virConnectStoragePoolEventDeregisterAny', # overridden in virConnect.py
|
||||
'virSaveLastError', # We have our own python error wrapper
|
||||
'virFreeError', # Only needed if we use virSaveLastError
|
||||
'virConnectListAllDomains', # overridden in virConnect.py
|
||||
|
Reference in New Issue
Block a user