Home
last modified time | relevance | path

Searched defs:GetColorTableReply (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 Dglx.rs9208 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetColorTableReply>, ConnectionErr… in send() argument
9239 …mat: u32, type_: u32, swap_bytes: bool) -> Result<Cookie<'_, Conn, GetColorTableReply>, Connection… in get_color_table() argument
9254 pub struct GetColorTableReply { struct
9259 impl TryParse for GetColorTableReply { argument
9281 impl GetColorTableReply { implementation
12055 …mat: u32, type_: u32, swap_bytes: bool) -> Result<Cookie<'_, Self, GetColorTableReply>, Connection… in glx_get_color_table() argument
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dglx.rs9208 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetColorTableReply>, ConnectionErr… in send() argument
9239 …mat: u32, type_: u32, swap_bytes: bool) -> Result<Cookie<'_, Conn, GetColorTableReply>, Connection… in get_color_table() argument
9254 pub struct GetColorTableReply { struct
9259 impl TryParse for GetColorTableReply { argument
9281 impl GetColorTableReply { impl
12055 …mat: u32, type_: u32, swap_bytes: bool) -> Result<Cookie<'_, Self, GetColorTableReply>, Connection… in glx_get_color_table() argument
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dglx.py801 class GetColorTableReply(xcffib.Reply): class