mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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',
|
'virStreamSendAll',
|
||||||
'virStreamRef',
|
'virStreamRef',
|
||||||
'virStreamFree',
|
'virStreamFree',
|
||||||
|
|
||||||
|
# These have no use for bindings users.
|
||||||
|
"virConnectRef",
|
||||||
|
"virDomainRef",
|
||||||
|
"virInterfaceRef",
|
||||||
|
"virNetworkRef",
|
||||||
|
"virNodeDeviceRef",
|
||||||
|
"virSecretRef",
|
||||||
|
"virStoragePoolRef",
|
||||||
|
"virStorageVolRef",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user