X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmainloop.h;h=8e0e5ed685dc418a47b9d30a4f70ec26485cb3f9;hb=973507ff28b5d71433b3d0583e757fbc82b254c5;hp=ecbcc3893fe4b3c89d97a32b25d0a1dd88dae837;hpb=de4f92ccc66c1dad1a2820a07d1f0161bd61a855;p=chaz%2Fopenbox 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);