Lines Matching defs:protocols
697 xcb_get_wm_protocols_from_reply(xcb_get_property_reply_t *reply, xcb_get_wm_protocols_reply_t *protocols)
702 protocols->_reply = reply;
703 protocols->atoms_len = xcb_get_property_value_length(protocols->_reply) / (reply->format / 8);
704 protocols->atoms = (xcb_atom_t *) xcb_get_property_value(protocols->_reply);
712 xcb_get_wm_protocols_reply_t *protocols,
716 uint8_t ret = xcb_get_wm_protocols_from_reply(reply, protocols);
723 xcb_get_wm_protocols_reply_wipe(xcb_get_wm_protocols_reply_t *protocols)
725 free(protocols->_reply);