mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-12-06 00: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:
@@ -105,7 +105,7 @@
|
|||||||
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
|
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
|
||||||
</function>
|
</function>
|
||||||
<function name='virNodeGetSecurityModel' file='python'>
|
<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'/>
|
<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'/>
|
<arg name='conn' type='virConnectPtr' info='pointer to the hypervisor connection'/>
|
||||||
</function>
|
</function>
|
||||||
|
|||||||
Reference in New Issue
Block a user