From 508ba2e249526b79d503c5867e3095952499580a Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 20 Jun 2016 15:58:45 +0100 Subject: [PATCH] Eo callback call: Fix misleading docs. --- src/lib/eo/eo_base.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eo/eo_base.eo b/src/lib/eo/eo_base.eo index 59b5249..204c57b 100644 --- a/src/lib/eo/eo_base.eo +++ b/src/lib/eo/eo_base.eo @@ -347,8 +347,8 @@ abstract Eo.Base () @in desc: const(Eo.Event.Description)*; [[The description of the event to call]] @in event_info: void_ptr; [[Extra event info to pass to the callbacks]] } - return: bool; [[$true if one of the callbacks aborted the call, - $false otherwise + return: bool; [[$false if one of the callbacks aborted the call, + $true otherwise ]] } event_callback_forwarder_add { -- 2.7.4