]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Allow client destroy notify functions to be removed based on the data associated...
[chaz/openbox] / openbox / client.h
index d5b344ff5dfce01f5311553220b920d604013dbb..18c88ec1bbf16829e7da604c3e796e13003342b7 100644 (file)
@@ -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
This page took 0.021389 seconds and 4 git commands to generate.