summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-09-14 16:38:48 +0800
committerOsier Yang <jyang@redhat.com>2012-09-17 13:08:39 +0800
commitc29d33763777b68fd43f9d8d0e73f10e18677612 (patch)
tree7eb14002932daf4241675fdd08eb729ff4da48eb
parent53687b26d27cbdd7258949b777512ecf20319a71 (diff)
downloadlibvirt-python-split-c29d33763777b68fd43f9d8d0e73f10e18677612.tar.gz
libvirt-python-split-c29d33763777b68fd43f9d8d0e73f10e18677612.tar.xz
libvirt-python-split-c29d33763777b68fd43f9d8d0e73f10e18677612.zip
list: Define new API virConnectListAllSecrets
This is to list the secret objects. Supports to filter the secrets by its storage location, and whether it's private or not. include/libvirt/libvirt.h.in: Declare enum virConnectListAllSecretFlags and virConnectListAllSecrets. python/generator.py: Skip auto-generating src/driver.h: (virDrvConnectListAllSecrets) 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 d3163e4..955c893 100755
--- a/generator.py
+++ b/generator.py
@@ -466,6 +466,7 @@ skip_function = (
'virConnectListAllInterfaces', # overridden in virConnect.py
'virConnectListAllNodeDevices', # overridden in virConnect.py
'virConnectListAllNWFilters', # overridden in virConnect.py
+ 'virConnectListAllSecrets', # overridden in virConnect.py
'virStreamRecvAll', # Pure python libvirt-override-virStream.py
'virStreamSendAll', # Pure python libvirt-override-virStream.py