From 8153376d7776d820cb1e1948530b945dfb93593f Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Fri, 20 Nov 2009 16:22:42 +0100 Subject: python: Actually implement list*Interfaces bindings * python/generator.py python/libvirt-override-api.xml python/libvirt-override.c: implement the bindings for virConnectListInterfaces() and virConnectListDefinedInterfaces() --- libvirt-override-api.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 4e55182..96958b5 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -211,5 +211,15 @@ + + list the running interfaces, stores the pointers to the names in @names + + + + + list the defined interfaces, stores the pointers to the names in @names + + + -- cgit