summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2013-01-16 00:42:35 +0100
committerJiri Denemark <jdenemar@redhat.com>2013-01-18 15:04:00 +0100
commit6d36e1dd94071cb6eb6d6148b369d52a63694124 (patch)
treeceb5d51ec328340c2f344e9e75a19529411eaba9 /generator.py
parentadf784e70d09478d5061c400b48972c5afb1a32a (diff)
downloadlibvirt-python-split-6d36e1dd94071cb6eb6d6148b369d52a63694124.tar.gz
libvirt-python-split-6d36e1dd94071cb6eb6d6148b369d52a63694124.tar.xz
libvirt-python-split-6d36e1dd94071cb6eb6d6148b369d52a63694124.zip
Introduce virTypedParamsClear public APIv1.0.2-rc1
The function is just a renamed public version of former virTypedParameterArrayClear.
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 00e4858..f853d77 100755
--- a/generator.py
+++ b/generator.py
@@ -537,6 +537,7 @@ skip_function = (
"virTypedParamsAddString",
"virTypedParamsAddUInt",
"virTypedParamsAddULLong",
+ "virTypedParamsClear",
"virTypedParamsFree",
"virTypedParamsGet",
"virTypedParamsGetBoolean",