@brief Get a list of atoms from the reply of a GetProperty request
whose type is ATOM
This function is called by all the xcb_ewmh_get_*_reply functions
whose should be used instead of calling it directly. The
GetProperty request has been previously sent by the corresponding
xcb_ewmh_get_*.
@param ewmh The per-screen EWMH specific information
@param cookie The GetProperty cookie
@param atoms The atoms list
@param e The error if any
@return Return 1 on success, 0 otherwise
@brief Get a list of atoms from the reply of a GetProperty request whose type is ATOM
This function is called by all the xcb_ewmh_get_*_reply functions whose should be used instead of calling it directly. The GetProperty request has been previously sent by the corresponding xcb_ewmh_get_*.
@param ewmh The per-screen EWMH specific information @param cookie The GetProperty cookie @param atoms The atoms list @param e The error if any @return Return 1 on success, 0 otherwise