]> Dogcows Code - chaz/openbox/commitdiff
comment the client_search_transient function
authorDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 06:49:45 +0000 (06:49 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Sep 2003 06:49:45 +0000 (06:49 +0000)
openbox/client.h

index 12674b819749a204f897891ca711bbc4a955372d..3b3c78f70991c32662cd78200c46216ad2965947 100644 (file)
@@ -505,6 +505,8 @@ ObClient *client_search_modal_child(ObClient *self);
 
 ObClient *client_search_top_transient(ObClient *self);
 
+/*! Search for a transient of a client. The transient is returned if it is one,
+  NULL is returned if the given search is not a transient of the client. */
 ObClient *client_search_transient(ObClient *self, ObClient *search);
 
 /*! Return the "closest" client in the given direction */
This page took 0.026928 seconds and 4 git commands to generate.