Efl.Object.event_callback_stop

Description

Stop the current callback call.

This stops the current callback call. Any other callbacks for the current event will not be called. This is useful when you want to filter out events. Just add higher priority events and call this under certain conditions to block a certain event.

Since 1.22

Signature

event_callback_stop {}

C signature

void efl_event_callback_stop(Eo *obj);

Implemented by