summaryrefslogtreecommitdiffstats
path: root/libvirt-override-virStoragePool.py
Commit message (Collapse)AuthorAgeFilesLines
* list: Expose virStoragePoolListAllVolumes to Python bindingOsier Yang2012-09-101-0/+11
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.