提交 616a6f0e 编写于 作者: P Peter Krempa

lib: Fix function documentation for virConnectListDomains

Clarify the documentation of virConnectListDomains.
上级 0b09b474
......@@ -1825,9 +1825,9 @@ error:
* @ids: array to collect the list of IDs of active domains
* @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
virConnectListDomains(virConnectPtr conn, int *ids, int maxids)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册