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...
 

Detailed Description

This struct holds the description of a specific event.

Examples:
emotion_basic_example.c, and emotion_signals_example.c.

Field Documentation

Eina_Bool _Eo_Event_Description::unfreezable

name of the event.

Referenced by eo_base_legacy_only_event_description_get().

Eina_Bool _Eo_Event_Description::legacy_is

Eina_True if the event cannot be frozen.

Referenced by eo_base_legacy_only_event_description_get().