From: Peter Krempa Date: Tue, 21 Feb 2012 14:00:33 +0000 (+0100) Subject: lib: Fix function documentation for virConnectListDomains X-Git-Tag: v0.9.11-rc1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=616a6f0e43c394b53bb34d4b8ab19b2cd737ceca;p=thirdparty%2Flibvirt.git lib: Fix function documentation for virConnectListDomains Clarify the documentation of virConnectListDomains. --- diff --git a/src/libvirt.c b/src/libvirt.c index a55d823955..629419658a 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -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)