mirror of https://gitee.com/openkylin/libvirt.git
datatypes: fix virGetStoragePool's comment
This commit is contained in:
parent
ca697e90d5
commit
d3842cb4e4
|
@ -421,7 +421,7 @@ virInterfaceDispose(void *obj)
|
|||
* and register it in the table. In any case a corresponding call to
|
||||
* virObjectUnref() is needed to not leak data.
|
||||
*
|
||||
* Returns a pointer to the network, or NULL in case of failure
|
||||
* Returns a pointer to the storage pool, or NULL in case of failure
|
||||
*/
|
||||
virStoragePoolPtr
|
||||
virGetStoragePool(virConnectPtr conn, const char *name,
|
||||
|
|
Loading…
Reference in New Issue