get_theme_path

Function get_theme_path 

Source
pub unsafe extern "C" fn get_theme_path(
    file: NonNull<c_char>,
    ext: NonNull<*const c_char>,
    parent_dir: *const c_char,
) -> *mut c_char
Expand description

Returns path to theme or copy of filename if not found.

  • file: File name passed to option.
  • ext: null-terminated array of file extensions.
  • parent_dir: the file that was used to import this file, or NULL.