From: Claudio Bley Date: Wed, 30 Jan 2013 08:25:16 +0000 (+0100) Subject: libvirt.h.in: add missing return doc for virEventRemoveHandleFunc X-Git-Tag: v1.0.3-rc1~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ecc7dd877d1c1cb6d0907840a6d73bfed92882;p=thirdparty%2Flibvirt.git libvirt.h.in: add missing return doc for virEventRemoveHandleFunc --- diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 08eab470d4..4222fe1a89 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -3533,6 +3533,8 @@ typedef void (*virEventUpdateHandleFunc)(int watch, int event); * If a virEventHandleFreeFunc was supplied when the handle was * registered, it will be invoked some time during, or after this * function call, when it is safe to release the user data. + * + * Returns -1 if the file handle was not registered, 0 upon success */ typedef int (*virEventRemoveHandleFunc)(int watch);