xcb_get_wm_hints_from_reply ( xcb_wm_hints_t* hints, xcb_get_property_reply_t* reply )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_get_wm_hints_reply ( xcb_connection_t* c, xcb_get_property_cookie_t cookie, xcb_wm_hints_t* hints, xcb_generic_error_t** e )3rd parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_set_wm_hints ( xcb_connection_t* c, xcb_window_t window, xcb_wm_hints_t* hints )3rd parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_set_wm_hints_checked ( xcb_connection_t* c, xcb_window_t window, xcb_wm_hints_t* hints )3rd parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_get_urgency ( xcb_wm_hints_t* hints )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_icon_mask ( xcb_wm_hints_t* hints, xcb_pixmap_t icon_mask )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_icon_pixmap ( xcb_wm_hints_t* hints, xcb_pixmap_t icon_pixmap )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_icon_window ( xcb_wm_hints_t* hints, xcb_window_t icon_window )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_iconic ( xcb_wm_hints_t* hints )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_input ( xcb_wm_hints_t* hints, uint8_t input )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_none ( xcb_wm_hints_t* hints )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_normal ( xcb_wm_hints_t* hints )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_urgency ( xcb_wm_hints_t* hints )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_window_group ( xcb_wm_hints_t* hints, xcb_window_t window_group )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.
xcb_wm_hints_set_withdrawn ( xcb_wm_hints_t* hints )1st parameter 'hints' (pointer) has base type 'xcb_wm_hints_t'.