]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
use the right list in client_add_hide_notify, rename destructor to destroy_notify...
[chaz/openbox] / openbox / client.h
index 1a2273f461193f94c84378ab84fa6699f64cd84a..351f063b911eb9d025d3b6aa23174bd51f27b0b4 100644 (file)
@@ -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);
This page took 0.020797 seconds and 4 git commands to generate.