Fix documentation of virStoragePoolUndefine return

* src/libvirt.c: the documented return was wrong
This commit is contained in:
Thomas Treutner 2009-07-22 08:41:40 +02:00 committed by Daniel Veillard
parent 6c3f7d7fd6
commit 683241de5a

View File

@ -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)