summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-09-05 14:02:03 +0800
committerOsier Yang <jyang@redhat.com>2012-09-17 12:35:15 +0800
commitff9990a39d5b607355baa7adbb700e2021763aa5 (patch)
tree34d05a96eef714571a3aaee9f98e9a1caf10863b /generator.py
parentc9f08903d4bc4ebada4280781ea41fa61f5e8b2d (diff)
downloadlibvirt-python-split-ff9990a39d5b607355baa7adbb700e2021763aa5.tar.gz
libvirt-python-split-ff9990a39d5b607355baa7adbb700e2021763aa5.tar.xz
libvirt-python-split-ff9990a39d5b607355baa7adbb700e2021763aa5.zip
list: Define new API virConnectListAllNWFilters
This is to list the network filter objects. No flags are supported include/libvirt/libvirt.h.in: Declare enum virConnectListAllNWFilterFlags and virConnectListAllNWFilters. python/generator.py: Skip auto-generating src/driver.h: (virDrvConnectListAllNWFilters) src/libvirt.c: Implement the public API src/libvirt_public.syms: Export the symbol to public
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index a8e4ec6..d3163e4 100755
--- a/generator.py
+++ b/generator.py
@@ -465,6 +465,7 @@ skip_function = (
'virConnectListAllNetworks', # overridden in virConnect.py
'virConnectListAllInterfaces', # overridden in virConnect.py
'virConnectListAllNodeDevices', # overridden in virConnect.py
+ 'virConnectListAllNWFilters', # overridden in virConnect.py
'virStreamRecvAll', # Pure python libvirt-override-virStream.py
'virStreamSendAll', # Pure python libvirt-override-virStream.py