From: Matthias Bolte Date: Wed, 22 Jun 2011 22:38:58 +0000 (+0200) Subject: docs: Make virConnectClose comply to apibuild.py expectations X-Git-Tag: v0.9.3-rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82915370f749a8e6ef9175a9bfdd906bbb7ef7c3;p=thirdparty%2Flibvirt.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. --- diff --git a/src/libvirt.c b/src/libvirt.c index 63fe7ffee7..69e0ea89ba 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -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