@brief Fill given structure with the property value of a window.
@param c The connection to the X server.
@param cookie TextProperty request cookie.
@param prop TextProperty reply which is to be filled.
@param e Error if any.
@return Return 1 on success, 0 otherwise.
If the function return 0 (failure), the content of prop is unmodified and
therefore the structure must not be wiped.
The parameter e supplied to this function must be NULL if
xcb_icccm_get_text_property_unchecked() is used. Otherwise, it stores
the error if any. prop structure members should be freed by
xcb_icccm_get_text_property_reply_wipe().
@brief Fill given structure with the property value of a window. @param c The connection to the X server. @param cookie TextProperty request cookie. @param prop TextProperty reply which is to be filled. @param e Error if any. @return Return 1 on success, 0 otherwise.
If the function return 0 (failure), the content of prop is unmodified and therefore the structure must not be wiped.
The parameter e supplied to this function must be NULL if xcb_icccm_get_text_property_unchecked() is used. Otherwise, it stores the error if any. prop structure members should be freed by xcb_icccm_get_text_property_reply_wipe().