]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Expose virStorageListAllStoragePools to python binding
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 15:16:33 +0000 (23:16 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 6 Sep 2012 14:16:11 +0000 (22:16 +0800)
commit9278578069033f7bd866dd2bba0b4ee2c041ba67
tree172b260ca885f07415b5bf4998951d3107366a32
parent93a346d353c59252738f7da88a8de7fb0f1eeb67
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.
python/libvirt-override-api.xml
python/libvirt-override-virConnect.py
python/libvirt-override.c