summaryrefslogtreecommitdiff
path: root/openbox/mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/mainloop.h')
-rw-r--r--openbox/mainloop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/mainloop.h b/openbox/mainloop.h
index ecbcc389..8e0e5ed6 100644
--- a/openbox/mainloop.h
+++ b/openbox/mainloop.h
@@ -45,6 +45,9 @@ void ob_main_loop_timeout_add(ObMainLoop *loop,
GDestroyNotify notify);
void ob_main_loop_timeout_remove(ObMainLoop *loop,
GSourceFunc handler);
+void ob_main_loop_timeout_remove_data(ObMainLoop *loop,
+ GSourceFunc handler,
+ gpointer data);
void ob_main_loop_run(ObMainLoop *loop);
void ob_main_loop_exit(ObMainLoop *loop);