summaryrefslogtreecommitdiff
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
commitf4af202f4e3d29def5c06acfe9799071cda07ebb (patch)
treed605aba7e1783cba418a90f41581fc072a0c3b99 /python/generator.py
parentdocs: mention another iaas app built on libvirt (diff)
downloadlibvirt-f4af202f4e3d29def5c06acfe9799071cda07ebb.tar.gz
libvirt-f4af202f4e3d29def5c06acfe9799071cda07ebb.tar.bz2
libvirt-f4af202f4e3d29def5c06acfe9799071cda07ebb.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
Diffstat (limited to 'python/generator.py')
-rwxr-xr-xpython/generator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/generator.py b/python/generator.py
index a9a401b38..8f6e45561 100755
--- a/python/generator.py
+++ b/python/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