]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Expose virStoragePoolListAllVolumes to Python binding
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 15:32:58 +0000 (23:32 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 10 Sep 2012 02:41:18 +0000 (10:41 +0800)
commitfa2e35a336de247dd83a8557d373afeabf41cd7c
tree39043bad81eb0ad924137fa711a5570380ea49c8
parent7e9548fce316a1c707193553dd4099dbd94938bf
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.
python/libvirt-override-api.xml
python/libvirt-override-virStoragePool.py [new file with mode: 0644]
python/libvirt-override.c