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 callback was called on. More...
 
const Efl_Event_Description * desc
 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.

This is the full event information passed to callbacks in C.

Since
1.22
Examples:
emotion_basic_example.c, and emotion_signals_example.c.