Data Fields
_Eo_Event Struct Reference

Parameter passed in event callbacks holding extra event parameters. More...

Data Fields

Eo_Base * object
 
const Eo_Event_Descriptiondesc
 The object the event was called on. More...
 
void * info
 The event description. More...
 

Detailed Description

Parameter passed in event callbacks holding extra event parameters.

Examples:
emotion_basic_example.c, and emotion_signals_example.c.

Field Documentation

◆ desc

const Eo_Event_Description* _Eo_Event::desc

The object the event was called on.

Referenced by eo_base_legacy_only_event_description_get().

◆ info

void* _Eo_Event::info

The event description.

Referenced by eo_base_legacy_only_event_description_get().