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. + + +