提交 97648a97 编写于 作者: C Cole Robinson

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: NCole Robinson <crobinso@redhat.com>
上级 3f935df0
......@@ -333,6 +333,16 @@ skip_function = (
'virStreamSendAll',
'virStreamRef',
'virStreamFree',
# These have no use for bindings users.
"virConnectRef",
"virDomainRef",
"virInterfaceRef",
"virNetworkRef",
"virNodeDeviceRef",
"virSecretRef",
"virStoragePoolRef",
"virStorageVolRef",
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册