Home
last modified time | relevance | path

Searched defs:QueryProviderPropertyReply (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 Drandr.rs4912 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, QueryProviderPropertyReply>, Conne… in send() argument
4937 …: Provider, property: xproto::Atom) -> Result<Cookie<'_, Conn, QueryProviderPropertyReply>, Connec… in query_provider_property() argument
4949 pub struct QueryProviderPropertyReply { struct
4956 impl TryParse for QueryProviderPropertyReply { implementation
4978 impl QueryProviderPropertyReply { impl
7014 …: Provider, property: xproto::Atom) -> Result<Cookie<'_, Self, QueryProviderPropertyReply>, Connec… in randr_query_provider_property() argument
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Drandr.rs4912 …pub fn send<Conn>(self, conn: &Conn) -> Result<Cookie<'_, Conn, QueryProviderPropertyReply>, Conne… in send() argument
4937 …: Provider, property: xproto::Atom) -> Result<Cookie<'_, Conn, QueryProviderPropertyReply>, Connec… in query_provider_property() argument
4949 pub struct QueryProviderPropertyReply { struct
4956 impl TryParse for QueryProviderPropertyReply { argument
4978 impl QueryProviderPropertyReply { impl
7014 …: Provider, property: xproto::Atom) -> Result<Cookie<'_, Self, QueryProviderPropertyReply>, Connec… in randr_query_provider_property() argument
/dports/x11/py-xcffib/xcffib-0.11.1/xcffib/
H A Drandr.py448 class QueryProviderPropertyReply(xcffib.Reply): class