[libvirt] [PATCH 4/6] list: Expose virConnectListAllSecrets to Python binding

Peter Krempa pkrempa at redhat.com
Wed Sep 5 14:31:59 UTC 2012


On 09/05/12 08:28, Osier Yang wrote:
> 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       |    6 ++++
>   python/libvirt-override-virConnect.py |   12 ++++++++
>   python/libvirt-override.c             |   48 +++++++++++++++++++++++++++++++++
>   3 files changed, 66 insertions(+), 0 deletions(-)
>

Looks good!

Peter




More information about the libvir-list mailing list