xcb_ewmh_get_windows_reply

@brief Get a list of atoms from the reply of a GetProperty request whose type is WINDOW

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

extern (C)
ubyte
xcb_ewmh_get_windows_reply
(,
xcb_get_property_cookie_t cookie
,,
xcb_generic_error_t** e
)

Meta