From 1b58a90c1a40d555fd82d91e89f8cf0a51042059 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 10 Jun 2008 15:20:25 +0000 Subject: * python/generator.py python/libvir.c python/libvirt-python-api.xml: Apply patch from Cole Robinson fixing UUIDString for python Daniel --- libvirt-python-api.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'libvirt-python-api.xml') diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index f415c50..da643d7 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -48,11 +48,31 @@ + + Fetch globally unique ID of the domain as a string. + + + Extract the UUID unique Identifier of a network. + + Fetch globally unique ID of the network as a string. + + + + + Extract the UUID unique Identifier of a storage pool. + + + + + Fetch globally unique ID of the storage pool as a string. + + + Extract the autostart flag for a network. -- cgit