diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-17 20:16:02 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-17 20:16:02 +0000 |
| commit | 7b7f158088fa548791922b7cf133e507d3873656 (patch) | |
| tree | bce9662a72c1af3dc3fefa1cd7b94d634f22cb3e /openbox/mainloop.h | |
| parent | 1b4ff4e93f8bc312a862d3f08afeb0f4809527ae (diff) | |
add a means to tell the timer destroy function not to fire when for example freeing its client frame
Diffstat (limited to 'openbox/mainloop.h')
| -rw-r--r-- | openbox/mainloop.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/mainloop.h b/openbox/mainloop.h index 82aa70ca..45cef182 100644 --- a/openbox/mainloop.h +++ b/openbox/mainloop.h @@ -65,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; |
