summaryrefslogtreecommitdiff
path: root/ewmh
diff options
context:
space:
mode:
authorRobert Knutsson <zybreak@gmail.com>2024-07-23 12:21:09 +0200
committerRobert Knutsson <zybreak@gmail.com>2024-07-23 12:21:09 +0200
commit33c35127025cce3db587d0bf04c2d676256156ab (patch)
tree9deab268b33f2e7132903bd3f836130825b31cfc /ewmh
parent0c6681e465c9cc7b1fbb60778ba1eaa61ab01a14 (diff)
update documentation to reflect the parameter changesHEADmaster
Diffstat (limited to 'ewmh')
-rw-r--r--ewmh/xcb_ewmh.h.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/ewmh/xcb_ewmh.h.m4 b/ewmh/xcb_ewmh.h.m4
index 4f3e77a..5b5b456 100644
--- a/ewmh/xcb_ewmh.h.m4
+++ b/ewmh/xcb_ewmh.h.m4
@@ -357,7 +357,6 @@ typedef struct {
*
* @param c The connection to the X server
* @param ewmh The information relative to EWMH
- * @param screen_nbr The screen number
* @return The cookies corresponding to EWMH atoms
*/
xcb_intern_atom_cookie_t *xcb_ewmh_init_atoms(xcb_connection_t *c,
@@ -653,6 +652,7 @@ xcb_void_cookie_t xcb_ewmh_set_client_list_checked(xcb_ewmh_connection_t *ewmh,
* Window Manager.
*
* @param ewmh The information relative to EWMH.
+ * @param screen_nbr The screen number
* @return The _NET_CLIENT_LIST cookie of the GetProperty request.
*/
xcb_get_property_cookie_t xcb_ewmh_get_client_list_unchecked(xcb_ewmh_connection_t *ewmh,
@@ -664,6 +664,7 @@ xcb_get_property_cookie_t xcb_ewmh_get_client_list_unchecked(xcb_ewmh_connection
*
* @see xcb_ewmh_get_client_list_unchecked
* @param ewmh The information relative to EWMH.
+ * @param screen_nbr The screen number
* @return The _NET_CLIENT_LIST cookie of the GetProperty request.
*/
xcb_get_property_cookie_t xcb_ewmh_get_client_list(xcb_ewmh_connection_t *ewmh,
@@ -739,6 +740,7 @@ xcb_void_cookie_t xcb_ewmh_set_client_list_stacking_checked(xcb_ewmh_connection_
* updated by the Window Manager.
*
* @param ewmh The information relative to EWMH
+ * @param screen_nbr The screen number
* @return The _NET_CLIENT_LIST_STACKING cookie of the GetProperty request
*/
xcb_get_property_cookie_t xcb_ewmh_get_client_list_stacking_unchecked(xcb_ewmh_connection_t *ewmh,
@@ -1173,6 +1175,7 @@ xcb_void_cookie_t xcb_ewmh_set_desktop_names_checked(xcb_ewmh_connection_t *ewmh
* window property
*
* @param ewmh The information relative to EWMH
+ * @param screen_nbr The screen number
* @return The _NET_DESKTOP_NAMES cookie of the GetProperty request
*/
xcb_get_property_cookie_t xcb_ewmh_get_desktop_names_unchecked(xcb_ewmh_connection_t *ewmh,
@@ -1447,7 +1450,7 @@ xcb_void_cookie_t xcb_ewmh_set_supporting_wm_check_checked(xcb_ewmh_connection_t
* root window property
*
* @param ewmh The information relative to EWMH
- * @param screen_nbr The screen number
+ * @param window The window created by the WM
* @return The _NET_SUPPORTING_WM_CHECK cookie of the GetProperty request
*/
xcb_get_property_cookie_t xcb_ewmh_get_supporting_wm_check_unchecked(xcb_ewmh_connection_t *ewmh,