Function obs_find_data_file

Source
pub unsafe extern "C" fn obs_find_data_file(
    file: *const c_char,
) -> *mut c_char
Expand description

Find a core libobs data file @param path name of the base file @return A string containing the full path to the file. Use bfree after use.