Docs.rs
xrdb-0.1.1
xrdb 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
alberdingk-thijm
Dependencies
libc ^0.2.48
normal
scopeguard ^1.0
normal
x11 ^2.18
normal
Versions
27.27%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
xrdb
0.1.1
All Items
Crate Items
Structs
Functions
Crate
xrdb
Copy item path
Source
Structs
§
Colors
A struct for representing the colours found in the X Resource Manager’s database.
Font
Name
An arbitrary set of additional elements can be appended to the font name, the complete list of possible properties is:
XDisplay
A wrapper around x11::xlib::Display.
Xft
Functions
§
get_
xrm_
resource
⚠
Return the value corresponding to the class-name pair from the XrmDatabase if found. This function provides low-level,
unsafe
access to XrmDatabase.
query_
xrdb
Return the value corresponding to the class-name pair from the XrmDatabase if found. This function provides high-level access to the database via the given display.