mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 22:55:23 +00:00
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
|
* Undefine an inactive storage pool
|
||||||
*
|
*
|
||||||
* Returns a virStoragePoolPtr object, or NULL if creation failed
|
* Returns 0 on success, -1 on failure
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
virStoragePoolUndefine(virStoragePoolPtr pool)
|
virStoragePoolUndefine(virStoragePoolPtr pool)
|
||||||
|
Loading…
Reference in New Issue
Block a user