Ewl_Callback Struct Reference
[Ewl_Callback: The Callback Mechanisms]
#include <ewl_callback.h>
Detailed Description
Contains information about a callback.Data Fields | |
| Ewl_Callback_Function | func |
| int | id |
| int | references |
| void * | user_data |
Field Documentation
Function executed
Referenced by ewl_callback_call_with_event_data(), ewl_callback_del(), ewl_callback_del_with_data(), and ewl_callback_insert_after().
| int Ewl_Callback::id |
id number of this callback
Referenced by ewl_callback_del_cb_id().
Reference counting
| void* Ewl_Callback::user_data |
user specified data to pass to func
Referenced by ewl_callback_call_with_event_data(), ewl_callback_del_with_data(), and ewl_callback_insert_after().
The documentation for this struct was generated from the following file:
- lib/ewl_callback.h