]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
add an unregister_all for python callbacks
[chaz/openbox] / src / python.hh
index 30cd752d19c96c33bd1305093db89c0794843beb..496b459de27682ba46879d170be490dcba4d9448 100644 (file)
@@ -22,6 +22,9 @@ bool python_preregister(int action, PyObject *callback);
 //! Remove a python callback function from the hook list
 bool python_unregister(int action, PyObject *callback);
 
+//! Removes all python callback functions from the hook list
+bool python_unregister_all(int action);
+
 //! Fire a python callback function
 void python_callback(OBActions::ActionType action, Window window,
                      OBWidget::WidgetType type, unsigned int state,
This page took 0.019985 seconds and 4 git commands to generate.