xcb_ewmh_get_atoms_from_reply

@brief Get a list of atoms from a given GetProperty reply whose type is ATOM

This function is called by all the xcb_ewmh_get_*_from_reply functions whose should be used instead of calling it directly. Indeed, The GetProperty request has been previously sent by the corresponding xcb_ewmh_get_*.

@param atoms The atoms list @param r The reply to get the atoms list from @return Return 1 on success, 0 otherwise

extern (C)
ubyte
xcb_ewmh_get_atoms_from_reply
(,
xcb_get_property_reply_t* r
)

Meta