xcb_icccm_get_text_property

@brief Deliver a GetProperty request to the X server. @param c The connection to the X server. @param window Window X identifier. @param property Property atom to get. @return The request cookie.

Allow to get a window property, in most case you might want to use above functions to get an ICCCM property for a given window.

extern (C)
xcb_get_property_cookie_t
xcb_icccm_get_text_property
(,
xcb_window_t window
,
xcb_atom_t property
)

Meta