1
0
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:
Jovanka Gulicoska
2016-06-14 23:22:23 +02:00
committed by Cole Robinson
parent b4629027f8
commit 7eaab4a6c2
4 changed files with 193 additions and 0 deletions

View File

@ -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