summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 1a2273f4..351f063b 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -309,8 +309,8 @@ typedef void (*ObClientCallback)(ObClient *client, gpointer data);
/* Callback functions */
/*! Get notified when the client is unmanaged */
-void client_add_destructor(ObClientCallback func, gpointer data);
-void client_remove_destructor(ObClientCallback func);
+void client_add_destroy_notify(ObClientCallback func, gpointer data);
+void client_remove_destroy_notify(ObClientCallback func);
/*! Get notified when the client is hidden */
void client_add_hide_notify(ObClientCallback func, gpointer data);