summaryrefslogtreecommitdiff
path: root/property/xcb_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'property/xcb_property.h')
-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.