]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Expose virConnectListAllSecrets to Python binding
authorOsier Yang <jyang@redhat.com>
Fri, 14 Sep 2012 08:38:51 +0000 (16:38 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 17 Sep 2012 05:18:51 +0000 (13:18 +0800)
commit473ee27e6ac0dc18fd9b0d36ba70190022069f0b
tree8bd0eb74a050dce41cbde348f51969d74fb55163
parent288f9b13ee3b4486d8129e0777e2161912ea35fc
list: Expose virConnectListAllSecrets 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: Implementation for listAllSecrets.

python/libvirt-override.c: Implementation for the wrapper.
python/libvirt-override-api.xml
python/libvirt-override-virConnect.py
python/libvirt-override.c