Tizen Native API
5.0
|
Functions that deal with messages.
Edje has two communication interfaces between code and theme. Signals and messages.
Edje messages are one of the communication interfaces between code and a given Edje object's theme. With messages, one can communicate values like strings, float numbers and integer numbers. Moreover, messages can be identified by integer numbers. See #Edje_Message_Type for the full list of message types.
- Note:
- Messages must be handled by scripts.
Functions | |
void | edje_message_signal_process (void) |
Processes all queued up edje messages. |
Function Documentation
void edje_message_signal_process | ( | void | ) |
Processes all queued up edje messages.
This function triggers the processing of messages addressed to any (alive) edje objects.
- Since :
- 2.3