summaryrefslogtreecommitdiffstats
path: root/eglib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/gmain.h')
-rw-r--r--eglib/gmain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h
index 7080c687..0ad103d9 100644
--- a/eglib/gmain.h
+++ b/eglib/gmain.h
@@ -107,7 +107,6 @@ void g_main_loop_quit(GMainLoop *loop);
void g_main_loop_unref(GMainLoop *loop);
guint g_timeout_add(guint interval, GSourceFunc function, gpointer data);
gboolean g_source_remove(guint tag);
-guint g_idle_add(GSourceFunc func, gpointer user_data);
/* GError */