mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-07-30 23:41:52 +03:00
Don't include virDomainSnapshotRef in python API
The reference counting API is for internal use only. Attempts to use it from python application code will cause havoc. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@ -517,7 +517,8 @@ skip_function = (
|
||||
"virNWFilterRef",
|
||||
"virStoragePoolRef",
|
||||
"virStorageVolRef",
|
||||
'virStreamRef',
|
||||
"virStreamRef",
|
||||
"virDomainSnapshotRef",
|
||||
|
||||
# This functions shouldn't be called via the bindings (and even the docs
|
||||
# contain an explicit warning to that effect). The equivalent should be
|
||||
|
Reference in New Issue
Block a user