1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-12-01 08:23:47 +03:00

Clarify description for virNodeGetSecurityModel

s/host/hypervisor/ to match the wording used by the C binding.

https://bugzilla.redhat.com/show_bug.cgi?id=1198518
This commit is contained in:
Ján Tomko
2015-03-05 16:08:51 +01:00
parent 9ef9794a3e
commit 713ed9d570

View File

@@ -105,7 +105,7 @@
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
</function>
<function name='virNodeGetSecurityModel' file='python'>
<info>Extract information about the host security model</info>
<info>Extract information about the hypervisor security model</info>
<return type='char *' info='the list of information or None in case of error'/>
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
</function>