]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.h
revert my commit of d3th, it fucked up focus badly
[chaz/openbox] / openbox / mainloop.h
index ecbcc3893fe4b3c89d97a32b25d0a1dd88dae837..8e0e5ed685dc418a47b9d30a4f70ec26485cb3f9 100644 (file)
@@ -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);
This page took 0.020778 seconds and 4 git commands to generate.