mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 06:35:24 +00:00
lib: Fix function documentation for virConnectListDomains
Clarify the documentation of virConnectListDomains.
This commit is contained in:
parent
0b09b474f7
commit
616a6f0e43
@ -1825,9 +1825,9 @@ error:
|
|||||||
* @ids: array to collect the list of IDs of active domains
|
* @ids: array to collect the list of IDs of active domains
|
||||||
* @maxids: size of @ids
|
* @maxids: size of @ids
|
||||||
*
|
*
|
||||||
* Collect the list of active domains, and store their ID in @maxids
|
* Collect the list of active domains, and store their IDs in array @ids
|
||||||
*
|
*
|
||||||
* Returns the number of domain found or -1 in case of error
|
* Returns the number of domains found or -1 in case of error
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
virConnectListDomains(virConnectPtr conn, int *ids, int maxids)
|
virConnectListDomains(virConnectPtr conn, int *ids, int maxids)
|
||||||
|
Loading…
Reference in New Issue
Block a user