]> xenbits.xensource.com Git - libvirt.git/commit
Fixup python binding for virDomainSnapshot APIs
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 20 Apr 2010 09:49:27 +0000 (11:49 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 20 Apr 2010 09:49:27 +0000 (11:49 +0200)
commit90302e7f8dd59f257c434fd9bb3a3160d2f0b48e
treeb3fe99914e1e5490d7fb5f036c18ce5212165286
parentf3e098f3d8ec3e605e92dce72e0d981667f849b6
Fixup python binding for virDomainSnapshot APIs

The generator code was totally wrong for the virDomainSnapshot
APIs, not generating the wrapper class, and giving methods the
wrong names

* generator.py: Set metadata for virDomainSnapshot type & APIs
* libvirt-override-api.xml, libvirt-override.c: Hand-code the
  virDomainSnapshotListNames glue layer
python/generator.py
python/libvirt-override-api.xml
python/libvirt-override.c