Home
last modified time | relevance | path

Searched defs:GetPropertyContextReply (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.rs1241 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetPropertyContextReply>, Connecti… in send() argument
1266 …oto::Window, property: xproto::Atom) -> Result<Cookie<'_, Conn, GetPropertyContextReply>, Connecti… in get_property_context() argument
1278 pub struct GetPropertyContextReply { struct
1283 impl TryParse for GetPropertyContextReply { argument
1304 impl GetPropertyContextReply { implementation
2360 …oto::Window, property: xproto::Atom) -> Result<Cookie<'_, Self, GetPropertyContextReply>, Connecti… in xselinux_get_property_context() argument
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dxselinux.rs1241 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, GetPropertyContextReply>, Connecti… in send() argument
1266 …oto::Window, property: xproto::Atom) -> Result<Cookie<'_, Conn, GetPropertyContextReply>, Connecti… in get_property_context() argument
1278 pub struct GetPropertyContextReply { struct
1283 impl TryParse for GetPropertyContextReply { argument
1304 impl GetPropertyContextReply { implementation
2360 …oto::Window, property: xproto::Atom) -> Result<Cookie<'_, Self, GetPropertyContextReply>, Connecti… in xselinux_get_property_context() argument
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Dxselinux.py112 class GetPropertyContextReply(xcffib.Reply): class