mirror of https://gitee.com/openkylin/libvirt.git
docs: Make virConnectClose comply to apibuild.py expectations
apibuild.py expects a sentence that starts with "Returns" describing the return value of a function.
This commit is contained in:
parent
91141474f8
commit
82915370f7
|
@ -1303,7 +1303,7 @@ error:
|
|||
* matching virConnectClose, and all other references will be released
|
||||
* after the corresponding operation completes.
|
||||
*
|
||||
* The return value is the number of remaining references on success
|
||||
* Returns the number of remaining references on success
|
||||
* (positive implies that some other call still has a reference open,
|
||||
* 0 implies that no references remain and the connection is closed),
|
||||
* or -1 on failure. It is possible for the last virConnectClose to
|
||||
|
|
Loading…
Reference in New Issue