Function xcursor::theme_inherits
source ยท pub(crate) fn theme_inherits(file_path: &Path) -> Option<String>
Expand description
Load the specified index.theme file, and returns a Some
with
the value of the Inherits
key in it.
Returns None
if the file cannot be read for any reason,
if the file cannot be parsed, or if the Inherits
key is omitted.