Efl object: Fix outdated docs.

This commit is contained in:
Tom Hacohen 2016-09-05 16:45:37 +01:00
parent b9c5ef4eea
commit 5eedad98fe
1 changed files with 1 additions and 2 deletions

View File

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