Data Fields
_Eo_Event_Description Struct Reference

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

Data Fields

const char * name
 
Eina_Bool unfreezable
 name of the event. More...
 
Eina_Bool legacy_is
 Eina_True if the event cannot be frozen. More...
 
Eina_Bool restart
 Internal use: if is a legacy event. More...
 

Detailed Description

This struct holds the description of a specific event.

Field Documentation

§ unfreezable

Eina_Bool _Eo_Event_Description::unfreezable

name of the event.

Referenced by eo_base_legacy_only_event_description_get().

§ legacy_is

Eina_Bool _Eo_Event_Description::legacy_is

Eina_True if the event cannot be frozen.

Referenced by eo_base_legacy_only_event_description_get().

§ restart

Eina_Bool _Eo_Event_Description::restart

Internal use: if is a legacy event.

Referenced by eo_base_legacy_only_event_description_get().