[Xcb-commit] icccm

Julien Danjou jdanjou at kemper.freedesktop.org
Sun Sep 21 00:44:27 PDT 2008


 icccm/xcb_icccm.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 1876fd2c63bb640145ae789560d22a7a12b73515
Author: Henning Sten <henning.sten at yahoo.com>
Date:   Sat Sep 20 14:40:35 2008 +0200

    add more verbose explanation of the purpose of "encoding" parameter in doxygen documentation tag
    
    Signed-off-by: Julien Danjou <julien at danjou.info>

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.
  */


More information about the xcb-commit mailing list