summaryrefslogtreecommitdiff
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
authorJán Tomko <jtomko@redhat.com>2015-03-05 16:08:51 +0100
committerJán Tomko <jtomko@redhat.com>2015-03-05 16:08:51 +0100
commit713ed9d570df92b3ba029b4cbb3cd7a4c45bf1de (patch)
treeedea2ec9433e2fb9fa07946bc98f123c5167db3a /libvirt-override-api.xml
parent9ef9794a3ee3a774948b954364a2d2d7cff18d68 (diff)
downloadlibvirt-python-713ed9d570df92b3ba029b4cbb3cd7a4c45bf1de.tar.gz
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
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r--libvirt-override-api.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml
index 439cb40..144479c 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -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>