]> Dogcows Code - chaz/openbox/blobdiff - openbox/mainloop.h
add a means to tell the timer destroy function not to fire when for example freeing...
[chaz/openbox] / openbox / mainloop.h
index f1ff986eeaf86b6b59b1b9f9061b18a0b9415cc8..45cef18205b0b03bf5c0821347c60e9945cb1888 100644 (file)
@@ -28,11 +28,9 @@ ObMainLoop *ob_main_loop_new(Display *display);
 void        ob_main_loop_destroy(ObMainLoop *loop);
 
 typedef void (*ObMainLoopXHandler) (const XEvent *e, gpointer data);
-typedef void (*ObMainLoopXDoneHandler) (gpointer data);
 
 void ob_main_loop_x_add(ObMainLoop *loop,
                         ObMainLoopXHandler handler,
-                        ObMainLoopXDoneHandler done_handler,
                         gpointer data,
                         GDestroyNotify notify);
 void ob_main_loop_x_remove(ObMainLoop *loop,
@@ -67,7 +65,8 @@ void ob_main_loop_timeout_remove(ObMainLoop *loop,
                                  GSourceFunc handler);
 void ob_main_loop_timeout_remove_data(ObMainLoop *loop,
                                       GSourceFunc handler,
-                                      gpointer data);
+                                      gpointer data,
+                                      gboolean cancel_dest);
 
 struct _ObAction;
 
This page took 0.020258 seconds and 4 git commands to generate.