[][src]Function uclicious_libucl_sys::ucl_parser_add_file_priority

pub unsafe extern "C" fn ucl_parser_add_file_priority(
    parser: *mut ucl_parser,
    filename: *const c_char,
    priority: c_uint
) -> bool

Load and add data from a file @param parser parser structure @param filename the name of file @param err if *err is NULL it is set to parser error @param priority the desired priority of a chunk (only 4 least significant bits are considered for this parameter) @return true if chunk has been added and false in case of error