[][src]Function uclicious_libucl_sys::ucl_parser_add_file_full

pub unsafe extern "C" fn ucl_parser_add_file_full(
    parser: *mut ucl_parser,
    filename: *const c_char,
    priority: c_uint,
    strat: ucl_duplicate_strategy,
    parse_type: ucl_parse_type
) -> bool

Load and add data from a file @param parser parser structure @param filename the name of file @param priority the desired priority of a chunk (only 4 least significant bits are considered for this parameter) @param strat Merge strategy to use while parsing this file @param parse_type Parser type to use while parsing this file @return true if chunk has been added and false in case of error