summaryrefslogtreecommitdiff
path: root/icccm
diff options
context:
space:
mode:
authorHenning Sten <henning.sten@yahoo.com>2008-09-20 14:40:35 +0200
committerJulien Danjou <julien@danjou.info>2008-09-21 09:44:03 +0200
commit1876fd2c63bb640145ae789560d22a7a12b73515 (patch)
tree6571a1f4a67d92698010366f2bc3c0a539a64b9c /icccm
parentffb67af5535989b6220cef859b8636cffc7cffaf (diff)
add more verbose explanation of the purpose of "encoding" parameter in doxygen documentation tag
Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'icccm')
-rw-r--r--icccm/xcb_icccm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/icccm/xcb_icccm.h b/icccm/xcb_icccm.h
index fb0ef6f..2cf56a3 100644
--- a/icccm/xcb_icccm.h
+++ b/icccm/xcb_icccm.h
@@ -118,7 +118,7 @@ void xcb_get_text_property_reply_wipe(xcb_get_text_property_reply_t *prop);
* @brief Deliver a SetProperty request to set WM_NAME property value.
* @param c The connection to the X server.
* @param window Window X identifier.
- * @param encoding Encoding used.
+ * @param encoding Encoding used for the data passed in the name parameter, the set property will also have this encoding as its type.
* @param name_len Length of name value to set.
* @param name Name value to set.
*/
@@ -180,7 +180,7 @@ void xcb_watch_wm_name(xcb_property_handlers_t *prophs, uint32_t long_len,
* @brief Deliver a SetProperty request to set WM_ICON_NAME property value.
* @param c The connection to the X server.
* @param window Window X identifier.
- * @param encoding Encoding used.
+ * @param encoding Encoding used for the data passed in the name parameter, the set property will also have this encoding as its type.
* @param name_len Length of name value to set.
* @param name Name value to set.
*/
@@ -241,7 +241,7 @@ void xcb_watch_wm_icon_name(xcb_property_handlers_t *prophs, uint32_t long_len,
* @brief Deliver a SetProperty request to set WM_CLIENT_MACHINE property value.
* @param c The connection to the X server.
* @param window Window X identifier.
- * @param encoding Encoding used.
+ * @param encoding Encoding used for the data passed in the name parameter, the set property will also have this encoding as its type.
* @param name_len Length of name value to set.
* @param name Name value to set.
*/