From 2ce9e08fac637cb6a19e5244027b118dbed708c2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 23 Feb 2006 11:26:17 +0000 Subject: * src/libvirt.c: fixing a bug before the release of 0.0.5 * python/generator.py python/libvir.c python/libvirt-python-api.xml: also fixing the binding for getting a domain UUID * python/tests/Makefile.am python/tests/uuid.py: added a test for the new UUID API Daniel --- libvirt-python-api.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'libvirt-python-api.xml') diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index d90da8a..2a43280 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -6,10 +6,15 @@ - + Extract information about a domain. Note that if the connection used to get the domain is limited only a partial set of the informations can be extracted. + + Extract the UUID unique Identifier of a domain. + + + -- cgit