Data Fields
_Efl_Event_Description Struct Reference

This struct holds the description of a specific event. More...

Data Fields

const char * name
 name of the event. More...
 
Eina_Bool unfreezable
 true if the event cannot be frozen. More...
 
Eina_Bool legacy_is
 Internal use: true if a legacy event. More...
 
Eina_Bool restart
 true if when the event is triggered again from a callback, it should start from where it was
 

Detailed Description

This struct holds the description of a specific event.

Field Documentation

◆ name

const char* _Efl_Event_Description::name

name of the event.

Referenced by efl_object_legacy_only_event_description_get().

◆ unfreezable

Eina_Bool _Efl_Event_Description::unfreezable

true if the event cannot be frozen.

◆ legacy_is

Eina_Bool _Efl_Event_Description::legacy_is

Internal use: true if a legacy event.

Referenced by efl_object_legacy_only_event_description_get().