Eo callback call: Fix misleading docs.

This commit is contained in:
Tom Hacohen 2016-06-20 15:58:45 +01:00
parent 19ebcc02b4
commit 508ba2e249
1 changed files with 2 additions and 2 deletions

View File

@ -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 {