summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2011-07-29 15:59:22 -0400
committerDana Jansens <danakj@orodu.net>2012-09-30 15:23:14 -0400
commit52cdea653c9b3a7055bca40e4019f599d9291bb6 (patch)
treedd2c556ff0d305b432dadb8c43a4a0fc38f6e9e5 /openbox/client.h
parent34b332c22acb9f7f194eb8de80b5f4a6529e7e16 (diff)
Allow client destroy notify functions to be removed based on the data associated with them.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h
index d5b344ff..18c88ec1 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -326,6 +326,7 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data);
/*! Get notified when the client is unmanaged */
void client_add_destroy_notify(ObClientCallback func, gpointer data);
void client_remove_destroy_notify(ObClientCallback func);
+void client_remove_destroy_notify_data(ObClientCallback func, gpointer data);
/*! Manages a given window
@param prompt This specifies an ObPrompt which is being managed. It is