From b286824eee96095ba18b44339e8d33e8eb367d6a Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 5 Sep 2012 00:10:19 +0800 Subject: list: Expose virConnectListAllInterfaces 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: * New file, includes implementation of listAllInterfaces. 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 5f51fc7..ab6f407 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -416,6 +416,12 @@ + + returns list of all interfaces + + + + Computes the most feature-rich CPU which is compatible with all given host CPUs. -- cgit