mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-03 08:21:58 +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",
|
"virNWFilterRef",
|
||||||
"virStoragePoolRef",
|
"virStoragePoolRef",
|
||||||
"virStorageVolRef",
|
"virStorageVolRef",
|
||||||
'virStreamRef',
|
"virStreamRef",
|
||||||
|
"virDomainSnapshotRef",
|
||||||
|
|
||||||
# This functions shouldn't be called via the bindings (and even the docs
|
# This functions shouldn't be called via the bindings (and even the docs
|
||||||
# contain an explicit warning to that effect). The equivalent should be
|
# contain an explicit warning to that effect). The equivalent should be
|
||||||
|
Reference in New Issue
Block a user