mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-15 08:23:48 +03:00
Add support for secret event APIs
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -528,6 +528,8 @@ skip_function = (
|
||||
'virConnectStoragePoolEventDeregisterAny', # overridden in virConnect.py
|
||||
'virConnectNodeDeviceEventRegisterAny', # overridden in virConnect.py
|
||||
'virConnectNodeDeviceEventDeregisterAny', # overridden in virConnect.py
|
||||
'virConnectSecretEventRegisterAny', # overridden in virConnect.py
|
||||
'virConnectSecretEventDeregisterAny', # 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