[libvirt] [libvirt-php 1/1] storagepool: added apis for control and query

2011-02-22 Thread Lyre
Added the following functions for storagepool: * string libvirt_storagepool_get_uuid_string (resource $connection) return the uuid string or false on failure. * string libvirt_storagepool_get_name (resource $pool) return the name or false on failure. * resource

Re: [libvirt] [libvirt-php 1/1] storagepool: added apis for control and query

2011-02-22 Thread Michal Novotny
On 02/22/2011 09:05 AM, Lyre wrote: Added the following functions for storagepool: * string libvirt_storagepool_get_uuid_string (resource $connection) return the uuid string or false on failure. * string libvirt_storagepool_get_name (resource $pool) return the name or false on failure.

Re: [libvirt] [libvirt-php 1/1] storagepool: added apis for control and query

2011-02-22 Thread Lyre
于 2011年02月22日 16:39, Michal Novotny 写道: On 02/22/2011 09:05 AM, Lyre wrote: Added the following functions for storagepool: * string libvirt_storagepool_get_uuid_string (resource $connection) return the uuid string or false on failure. * string libvirt_storagepool_get_name (resource $pool)

Re: [libvirt] [libvirt-php 1/1] storagepool: added apis for control and query

2011-02-22 Thread Michal Novotny
On 02/22/2011 09:51 AM, Lyre wrote: 于 2011年02月22日 16:39, Michal Novotny 写道: On 02/22/2011 09:05 AM, Lyre wrote: Added the following functions for storagepool: * string libvirt_storagepool_get_uuid_string (resource $connection) return the uuid string or false on failure. * string

Re: [libvirt] [libvirt-php 1/1] storagepool: added apis for control and query

2011-02-22 Thread Michal Novotny
[snip] I'll take a look at it. Michal, I noticed you added comments for functions, so they'll be automatically generated? How is it done? It's not done yet but I'm going to write some code to auto-generate the docs/api.html.in file. When I do this I'll put it on the site. Michal -- Michal