mirror of https://gitee.com/openkylin/libvirt.git
Fix documentation of virStoragePoolUndefine return
* src/libvirt.c: the documented return was wrong
This commit is contained in:
parent
6c3f7d7fd6
commit
683241de5a
|
@ -6671,7 +6671,7 @@ error:
|
|||
*
|
||||
* Undefine an inactive storage pool
|
||||
*
|
||||
* Returns a virStoragePoolPtr object, or NULL if creation failed
|
||||
* Returns 0 on success, -1 on failure
|
||||
*/
|
||||
int
|
||||
virStoragePoolUndefine(virStoragePoolPtr pool)
|
||||
|
|
Loading…
Reference in New Issue