pub unsafe extern "C" fn obs_add_module_path(
bin: *const c_char,
data: *const c_char,
)
Expand description
Adds a module search path to be used with obs_find_modules. If the search path strings contain %module%, that text will be replaced with the module name when used.
@param bin Specifies the module’s binary directory search path. @param data Specifies the module’s data directory search path.