summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-09-05 00:10:15 +0800
committerOsier Yang <jyang@redhat.com>2012-09-12 15:19:46 +0800
commitc3a037d4129e360d608e29329ede93318cc0ce19 (patch)
tree1d95095e59f81c8cad29733ced622aa0a64587b0
parentccac37e304d2370e6f6977b62a941f106127cf64 (diff)
downloadlibvirt-python-split-c3a037d4129e360d608e29329ede93318cc0ce19.tar.gz
libvirt-python-split-c3a037d4129e360d608e29329ede93318cc0ce19.tar.xz
libvirt-python-split-c3a037d4129e360d608e29329ede93318cc0ce19.zip
list: Define new API virConnectListAllInterfaces
This is to list the interface objects, supported filtering flags are: active|inactive. include/libvirt/libvirt.h.in: Declare enum virConnectListAllInterfaceFlags and virConnectListAllInterfaces. python/generator.py: Skip auto-generating src/driver.h: (virDrvConnectListAllInterfaces) src/libvirt.c: Implement the public API src/libvirt_public.syms: Export the symbol to public
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index a9a401b..8f6e455 100755
--- a/generator.py
+++ b/generator.py
@@ -463,6 +463,7 @@ skip_function = (
'virConnectListAllStoragePools', # overridden in virConnect.py
'virStoragePoolListAllVolumes', # overridden in virStoragePool.py
'virConnectListAllNetworks', # overridden in virConnect.py
+ 'virConnectListAllInterfaces', # overridden in virConnect.py
'virStreamRecvAll', # Pure python libvirt-override-virStream.py
'virStreamSendAll', # Pure python libvirt-override-virStream.py