Eo: Made del event an hot event (we always want to get it).

This commit is contained in:
Tom Hacohen 2013-05-21 15:06:05 +01:00
parent afff55eec5
commit 6e3f555fe4
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ EAPI const Eo_Event_Description _EO_EV_CALLBACK_ADD =
EAPI const Eo_Event_Description _EO_EV_CALLBACK_DEL =
EO_EVENT_DESCRIPTION("callback,del", "A callback was deleted.");
EAPI const Eo_Event_Description _EO_EV_DEL =
EO_EVENT_DESCRIPTION("del", "Obj is being deleted.");
EO_HOT_EVENT_DESCRIPTION("del", "Obj is being deleted.");
static void
_constructor(Eo *obj, void *class_data EINA_UNUSED, va_list *list EINA_UNUSED)