Module x11rb_protocol::resource_manager
source · Expand description
X11 resource manager library.
To open a database, it is recommended to use Database::new_from_default
, but that function
needs to do I/O. A wrapper to simplify usage is e.g. provided in the x11rb crate.
This functionality is similar to what is available to C code through xcb-util-xrm and Xlib’s
Xrm*
function family. Not all their functionality is available in this library. Please open a
feature request if you need something that is not available.
The code in this module is only available when the resource_manager
feature of the library is
enabled.
Structs
- A X11 resource database.