ucl_parser_get_object

Function ucl_parser_get_object 

Source
pub unsafe extern "C" fn ucl_parser_get_object(
    parser: *mut ucl_parser,
) -> *mut ucl_object_t
Expand description

Get a top object for a parser (refcount is increased) @param parser parser structure @param err if *err is NULL it is set to parser error @return top parser object or NULL