[][src]Function xrdb::query_xrdb

pub fn query_xrdb<'a>(
    display: *mut Display,
    class: &'a str,
    name: &'a str
) -> Option<&'a str>

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.