Home
last modified time | relevance | path

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

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxf86vidmode.rs1081 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetAllModeLinesReply>, ConnectionE… in send() argument
1105 …_lines<Conn>(conn: &Conn, screen: u16) -> Result<Cookie<'_, Conn, GetAllModeLinesReply>, Connectio… in get_all_mode_lines() argument
1116 pub struct GetAllModeLinesReply { struct
1121 impl TryParse for GetAllModeLinesReply { implementation
1141 impl GetAllModeLinesReply { implementation
3087 …get_all_mode_lines(&self, screen: u16) -> Result<Cookie<'_, Self, GetAllModeLinesReply>, Connectio… in xf86vidmode_get_all_mode_lines() argument
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxf86vidmode.py97 class GetAllModeLinesReply(xcffib.Reply): class