Home
last modified time | relevance | path

Searched defs:xcb_ewmh_get_atoms_reply_t (Results 1 – 1 of 1) sorted by relevance

/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/ffi/
H A Dewmh.rs100 pub struct xcb_ewmh_get_atoms_reply_t { struct
101 pub atoms_len: u32,
102 pub atoms: *mut xcb_atom_t,
104 _reply: *mut xcb_get_property_reply_t,
268 …pub fn xcb_ewmh_get_atoms_from_reply(atoms: *mut xcb_ewmh_get_atoms_reply_t, r: *const xcb_get_pro… in xcb_ewmh_get_atoms_from_reply()
269 …cb_ewmh_connection_t, cookie: xcb_get_property_cookie_t, atoms: *mut xcb_ewmh_get_atoms_reply_t, e… in xcb_ewmh_get_atoms_reply()
270 pub fn xcb_ewmh_get_atoms_reply_wipe(data: *mut xcb_ewmh_get_atoms_reply_t); in xcb_ewmh_get_atoms_reply_wipe()
393 …pub fn xcb_ewmh_get_wm_window_type_from_reply(wtypes: *mut xcb_ewmh_get_atoms_reply_t, r: *const x… in xcb_ewmh_get_wm_window_type_from_reply()
401 …pub fn xcb_ewmh_get_wm_state_from_reply(wtypes: *mut xcb_ewmh_get_atoms_reply_t, r: *const xcb_get… in xcb_ewmh_get_wm_state_from_reply()
408 …pub fn xcb_ewmh_get_wm_allowed_actions_from_reply(wtypes: *mut xcb_ewmh_get_atoms_reply_t, r: *con… in xcb_ewmh_get_wm_allowed_actions_from_reply()
[all …]