diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo index 4daca986c2..83b54eabb4 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo @@ -15,8 +15,7 @@ struct Efl.Event { info: void_ptr; [[Extra event information passed by the event caller.]] } -type Efl.Event_Cb: __builtin_event_cb; [[An event callback prototype. - return $EO_CALLBACK_STOP to stop calling additional callbacks for the event, $EO_CALLBACK_CONTINUE to continue.]] +type Efl.Event_Cb: __builtin_event_cb; [[An event callback prototype.]] struct Efl.Callback_Array_Item {