Information necessary to fire a callback. More...
#include <client.h>
Public Attributes | |
| guint16 | id |
| To make sure that callbacks don't overlap. | |
| evs_cb_fn | cb_fn |
| The function to be called. | |
| void * | cb_data |
| Data to pass to the function. | |
| qev_free_fn | free_fn |
| Function used to free the cb_data. | |
| gint64 | created |
| When the callback was created (monotonic time) | |
Information necessary to fire a callback.
1.8.6