From 4b8444d8921c9276e0ae638cad2a07ea2df5879e Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Tue, 4 Sep 2012 23:55:21 +0800 Subject: list: Expose virConnectListAllNetworks 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: Implement listAllNetworks. python/libvirt-override.c: Implementation for the wrapper. --- libvirt-override-api.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 8a228fb..5f51fc7 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -37,6 +37,12 @@ + + returns list of all networks + + + + Try to lookup a domain on the given hypervisor based on its UUID. -- cgit