From 16ab57206edaf47d5cff9dea89a944ff1c5dc761 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Tue, 4 Sep 2012 23:16:33 +0800 Subject: python: Expose virStorageListAllStoragePools 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-virConnect.py: Add listAllStoragePools python/libvirt-override.c: Implementation for the wrapper. --- libvirt-override-api.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 67ef36e..d16755c 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -306,6 +306,12 @@ + + returns list of all storage pools + + + + list the storage volumes, stores the pointers to the names in @names -- cgit