1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-11-10 08:24:20 +03:00

Skip python bindings for virDomainBlockPeek and virDomainMemoryPeek

* python/generator.py: skip generation for virDomainBlockPeek and
  virDomainMemoryPeek as they break the build
Daniel
This commit is contained in:
Daniel Veillard
2008-07-25 12:37:06 +00:00
parent 31ac8125b8
commit 5ee15074af
2 changed files with 7 additions and 0 deletions

View File

@@ -313,6 +313,8 @@ skip_impl = (
'virStorageVolGetInfo',
'virStoragePoolGetAutostart',
'virStoragePoolListVolumes',
'virDomainBlockPeek',
'virDomainMemoryPeek',
)