Function x11rb::protocol::xselinux::get_window_context

source ·
pub fn get_window_context<Conn>(
    conn: &Conn,
    window: Window
) -> Result<Cookie<'_, Conn, GetWindowContextReply>, ConnectionError>
where Conn: RequestConnection + ?Sized,