From: Daniel P. Berrange Date: Thu, 29 May 2008 14:53:58 +0000 (+0000) Subject: Fix python code generation for storage APIs X-Git-Tag: LIBVIRT_0_4_4~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2168e277385f85f909076246d095036f157efd1d;p=thirdparty%2Flibvirt.git Fix python code generation for storage APIs --- diff --git a/ChangeLog b/ChangeLog index 4adfd0e95e..d84c73157d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 29 10:41:00 EST 2008 Daniel P. Berrange + + * python/libvirt-python-api.xml: Add API overrides for functions + where the generator doesn't produce correct python wrappers + Thu May 29 13:26:40 JST 2008 Atushi SAKAI Fix make syntax-check caused by trailing blank(s) diff --git a/python/libvirt-python-api.xml b/python/libvirt-python-api.xml index 3e59398752..f415c50d68 100644 --- a/python/libvirt-python-api.xml +++ b/python/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. + + +