diff options
author | Eric Blake <eblake@redhat.com> | 2011-06-23 15:40:48 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-06-24 08:41:25 -0600 |
commit | 9fd3a1ba478cce099d505280759d288a52e64f9e (patch) | |
tree | 772ea0058a15b8a062c6bbc7434468d5c8ef2bf3 /generator.py | |
parent | b5c2428444e6e5fd153c6ac11d15edb4b3f0104e (diff) | |
download | libvirt-python-split-9fd3a1ba478cce099d505280759d288a52e64f9e.tar.gz libvirt-python-split-9fd3a1ba478cce099d505280759d288a52e64f9e.tar.xz libvirt-python-split-9fd3a1ba478cce099d505280759d288a52e64f9e.zip |
Revert "Add new API virDomainBlockPull* to headers"
This reverts commit 7d56a16d036d9aa7292e10e884c129742036f8a7.
Conflicts:
python/generator.py
src/libvirt_public.syms
Diffstat (limited to 'generator.py')
-rwxr-xr-x | generator.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generator.py b/generator.py index bbd150e..c27ff73 100755 --- a/generator.py +++ b/generator.py @@ -184,8 +184,6 @@ def enum(type, name, value): functions_failed = [] functions_skipped = [ "virConnectListDomains", - 'virDomainBlockPull', - 'virDomainGetBlockPullInfo', ] skipped_modules = { @@ -202,7 +200,6 @@ skipped_types = { 'virStreamEventCallback': "No function types in python", 'virEventHandleCallback': "No function types in python", 'virEventTimeoutCallback': "No function types in python", - 'virDomainBlockPullInfoPtr': "Not implemented yet", } ####################################################################### |