From 9b64533be6efc412f6daf9461a3fc0301c351be3 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Tue, 4 Sep 2012 23:32:58 +0800 Subject: list: Expose virStoragePoolListAllVolumes to Python binding The implementation is done manually as the generator does not support wrapping lists of C pointers into Python objects. python/libvirt-override-api.xml: Document python/libvirt-override-virStoragePool.py: * New file, includes implementation of listAllVolumes. python/libvirt-override.c: Implementation for the wrapper. --- libvirt-override-api.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index d16755c..8a228fb 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -315,7 +315,13 @@ list the storage volumes, stores the pointers to the names in @names - + + + + return list of storage volume objects + + + 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. -- cgit