Data Fields
_Efl_Event Struct Reference

A parameter passed in event callbacks holding extra event parameters. More...

Data Fields

Efl_Object * object
 The object the event was called on. More...
 
const Efl_Event_Descriptiondesc
 The event description. More...
 
void * info
 Extra event information passed by the event caller. More...
 

Detailed Description

A parameter passed in event callbacks holding extra event parameters.

Examples:
emotion_basic_example.c, and emotion_signals_example.c.