diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-15 11:57:04 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-15 11:57:04 +0200 |
commit | af9980f76b1f79aab90addc0228417093993e96b (patch) | |
tree | 23d067baa937f10fc62c4de73954a1e254554c30 /protocols/events.h | |
parent | c98be000bb619dd597194b3a50a06f9717649f80 (diff) |
Removed g_event_remove_by_data().
Diffstat (limited to 'protocols/events.h')
-rw-r--r-- | protocols/events.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/events.h b/protocols/events.h index fc733bec..781fca6a 100644 --- a/protocols/events.h +++ b/protocols/events.h @@ -58,7 +58,6 @@ G_MODULE_EXPORT void b_main_quit(); G_MODULE_EXPORT gint b_input_add(int fd, b_input_condition cond, b_event_handler func, gpointer data); G_MODULE_EXPORT gint b_timeout_add(gint timeout, b_event_handler func, gpointer data); G_MODULE_EXPORT void b_event_remove(gint id); -G_MODULE_EXPORT gboolean b_event_remove_by_data(gpointer data); #ifdef EVENTS_LIBEVENT G_MODULE_EXPORT void closesocket(int fd); |