From 93fe0e8f5d189dd4eecb8554d1691d3575f93817 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 29 May 2008 14:53:58 +0000 Subject: Fix python code generation for storage APIs --- libvirt-python-api.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/libvirt-python-api.xml b/libvirt-python-api.xml index 3e59398..f415c50 100644 --- a/libvirt-python-api.xml +++ b/libvirt-python-api.xml @@ -110,5 +110,30 @@ + + list the storage pools, stores the pointers to the names in @names + + + + + list the defined storage pool, stores the pointers to the names in @names + + + + + list the storage volumes, stores the pointers to the names in @names + + + + + Extract information about a storage pool. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted. + + + + + Extract information about a storage pool. Note that if the connection used to get the domain is limited only a partial set of the information can be extracted. + + + -- cgit