summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2009-08-22 15:01:43 +0200
committerJulien Danjou <julien@danjou.info>2009-08-22 15:02:27 +0200
commitee5c2f177a4dcde3c31f3812c4aa6eaef3dda70b (patch)
tree78b3d2fc6ae3bfa9b9bd5226328a2f9e132b7d1e
parente62eea9ce7211dbe0bb9a5d6d90edaeda4ff623e (diff)
xcb-property: fix bad comment
Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--property/xcb_property.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/property/xcb_property.h b/property/xcb_property.h
index 1137ab0..d90f5c9 100644
--- a/property/xcb_property.h
+++ b/property/xcb_property.h
@@ -68,7 +68,7 @@ struct xcb_property_handlers {
/**
* @brief Get any property from a window, from any format.
* @param c The connection to the X server.
- * @param del The XCB_PROP_MODE value.
+ * @param del Boolean value that determines whether the property is deleted.
* @param window The window to get property from.
* @param name The property atom name.
* @param long_len The maximum length of the property.