mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
python: Don't generate bindings for vir*Ref
They are only for use in implementing the bindings, so shouldn't be exposed to regular API users. Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
3f935df0af
commit
97648a9751
@ -333,6 +333,16 @@ skip_function = (
|
||||
'virStreamSendAll',
|
||||
'virStreamRef',
|
||||
'virStreamFree',
|
||||
|
||||
# These have no use for bindings users.
|
||||
"virConnectRef",
|
||||
"virDomainRef",
|
||||
"virInterfaceRef",
|
||||
"virNetworkRef",
|
||||
"virNodeDeviceRef",
|
||||
"virSecretRef",
|
||||
"virStoragePoolRef",
|
||||
"virStorageVolRef",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user