]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
lib: Fix function documentation for virConnectListDomains
authorPeter Krempa <pkrempa@redhat.com>
Tue, 21 Feb 2012 14:00:33 +0000 (15:00 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Feb 2012 08:55:08 +0000 (09:55 +0100)
Clarify the documentation of virConnectListDomains.

src/libvirt.c

index a55d823955d3ad1b10a02ccf988c1daf3e8f8ff8..629419658a11206aa75f29ced7e466cb0b0eacde 100644 (file)
@@ -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)