From 91ecc7dd877d1c1cb6d0907840a6d73bfed92882 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Wed, 30 Jan 2013 09:25:16 +0100 Subject: [PATCH] libvirt.h.in: add missing return doc for virEventRemoveHandleFunc --- include/libvirt/libvirt.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 08eab470d..4222fe1a8 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); -- 2.39.5