xcb_icccm_get_wm_size_hints

@brief Send request to get size hints structure for the named property. @param c The connection to the X server. @param window Window X identifier. @param property Specify the property name. @return The request cookie.

xcb_get_property_cookie_t
xcb_icccm_get_wm_size_hints
(
xcb_connection_t* c
,
xcb_window_t window
,
xcb_atom_t property
)

Meta