@brief Fill given structure with the WM_CLASS property of a window.
@param c The connection to the X server.
@param cookie Request cookie.
@param prop WM_CLASS property value.
@param e Error if any.
@return Return 1 on success, 0 otherwise.
The parameter e supplied to this function must be NULL if
xcb_icccm_get_wm_class_unchecked() is used. Otherwise, it stores the
error if any. prop structure members should be freed by
xcb_icccm_get_wm_class_reply_wipe().
@brief Fill given structure with the WM_CLASS property of a window. @param c The connection to the X server. @param cookie Request cookie. @param prop WM_CLASS property value. @param e Error if any. @return Return 1 on success, 0 otherwise.
The parameter e supplied to this function must be NULL if xcb_icccm_get_wm_class_unchecked() is used. Otherwise, it stores the error if any. prop structure members should be freed by xcb_icccm_get_wm_class_reply_wipe().