From 1df4e327607f7dcf56826928efdddb809d8f1fc3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 20:34:14 +0000 Subject: add ob_main_loop_timeout_remove_data. make the timeout remove functions remove *all* timeouts that match --- openbox/mainloop.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/mainloop.h') 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); -- cgit v1.2.3