From ee5c2f177a4dcde3c31f3812c4aa6eaef3dda70b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 22 Aug 2009 15:01:43 +0200 Subject: xcb-property: fix bad comment Signed-off-by: Julien Danjou --- property/xcb_property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3