summaryrefslogtreecommitdiffstats
path: root/libvirt-override-api.xml
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2010-06-15 11:44:13 +0200
committerMatthias Bolte <matthias.bolte@googlemail.com>2010-06-18 12:57:54 +0200
commitc20044cdbffb24f8ee7ed5fa88679eadb70d573b (patch)
tree857432a932977bf850f525d00f9b9e55c64487c8 /libvirt-override-api.xml
parentf4b8284f4746241962fd7adcb5e95fe58f899f21 (diff)
downloadlibvirt-python-split-c20044cdbffb24f8ee7ed5fa88679eadb70d573b.tar.gz
libvirt-python-split-c20044cdbffb24f8ee7ed5fa88679eadb70d573b.tar.xz
libvirt-python-split-c20044cdbffb24f8ee7ed5fa88679eadb70d573b.zip
Fix description of virStorageVolGetInfo()
Probably a copy-paste-bug in python/libvirt-override-api.xml: virStorageVolGetInfo() extracts information about a "storage volume", not the "storage pool" as virStoragePoolGetInfo() does. Signed-off-by: Philipp Hahn <hahn@univention.de>
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 be28b40..ca16993 100644
--- a/libvirt-override-api.xml
+++ b/libvirt-override-api.xml
@@ -183,7 +183,7 @@
<arg name='pool' type='virStoragePoolPtr' info='a storage pool object'/>
</function>
<function name='virStorageVolGetInfo' file='python'>
- <info>Extract information about a storage pool. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted.</info>
+ <info>Extract information about a storage volume. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted.</info>
<return type='int *' info='the list of information or None in case of error'/>
<arg name='vol' type='virStorageVolPtr' info='a storage vol object'/>
</function>