From 37f24b06c0f96539f8964e0b41010f4ebe514f5f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 20 Apr 2010 11:49:27 +0200 Subject: 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 --- libvirt-override-api.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index e95c46a..6f1bc04 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -243,5 +243,11 @@ + + collect the list of snapshots for the given domain + + + + -- cgit