struct event_timeout * event_add_timeout(int timeout, int multi, struct callback *cb)
Definition event.c:79
void event_call_callback(struct callback_list *cb)
Definition event.c:99
event_watch_cond
Definition event.h:31
@ event_watch_cond_write
Definition event.h:33
@ event_watch_cond_except
Definition event.h:34
@ event_watch_cond_read
Definition event.h:32
void event_remove_timeout(struct event_timeout *ev)
Definition event.c:84
struct event_idle * event_add_idle(int priority, struct callback *cb)
Definition event.c:89
int event_request_system(const char *system, const char *requestor)
Definition event.c:108
void event_remove_watch(struct event_watch *ev)
Definition event.c:65
int event_main_loop_has_quit(void)
Definition event.c:56
void event_remove_idle(struct event_idle *ev)
Definition event.c:94
void event_main_loop_quit(void)
Definition event.c:50
char const * event_system(void)
Definition event.c:104
void event_main_loop_run(void)
Definition event.c:45
struct event_watch * event_add_watch(int fd, enum event_watch_cond cond, struct callback *cb)
Definition event.c:60
Definition event_glib.c:114
struct callback * cb
Definition event_glib.c:116
void(* call_callback)(struct callback_list *cb)
Definition event.h:46
void(* remove_idle)(struct event_idle *ev)
Definition event.h:45
void(* remove_timeout)(struct event_timeout *ev)
Definition event.h:43
void(* main_loop_quit)(void)
Definition event.h:39
void(* remove_watch)(struct event_watch *ev)
Definition event.h:41
void(* main_loop_run)(void)
Definition event.h:38
Definition event_glib.c:81
struct callback * cb
Definition event_glib.c:83
int multi
Definition graphics_android.c:1065
Definition event_glib.c:43
struct callback * cb
Definition event_qt5.cpp:53
int fd
Definition event_qt5.cpp:54