aboutsummaryrefslogtreecommitdiffstats
path: root/src/io_thread.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/io_thread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io_thread.h b/src/io_thread.h
index c91597225..d1a203aa3 100644
--- a/src/io_thread.h
+++ b/src/io_thread.h
@@ -62,7 +62,8 @@ io_thread_inside(void);
guint
io_thread_idle_add(GSourceFunc function, gpointer data);
-guint
+G_GNUC_MALLOC
+GSource *
io_thread_timeout_add_seconds(guint interval,
GSourceFunc function, gpointer data);