Home
last modified time | relevance | path

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

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxselinux.rs600 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetWindowCreateContextReply>, Conn… in send() argument
621 …_create_context<Conn>(conn: &Conn) -> Result<Cookie<'_, Conn, GetWindowCreateContextReply>, Connec… in get_window_create_context() argument
630 pub struct GetWindowCreateContextReply { struct
635 impl TryParse for GetWindowCreateContextReply { implementation
656 impl GetWindowCreateContextReply { impl
2336 …x_get_window_create_context(&self) -> Result<Cookie<'_, Self, GetWindowCreateContextReply>, Connec… in xselinux_get_window_create_context() argument
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxselinux.rs600 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetWindowCreateContextReply>, Conn… in send() argument
621 …_create_context<Conn>(conn: &Conn) -> Result<Cookie<'_, Conn, GetWindowCreateContextReply>, Connec… in get_window_create_context() argument
630 pub struct GetWindowCreateContextReply { struct
635 impl TryParse for GetWindowCreateContextReply { argument
656 impl GetWindowCreateContextReply { impl
2336 …x_get_window_create_context(&self) -> Result<Cookie<'_, Self, GetWindowCreateContextReply>, Connec… in xselinux_get_window_create_context() argument
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxselinux.py42 class GetWindowCreateContextReply(xcffib.Reply): class