init_path_string

Function init_path_string 

Source
pub unsafe extern "C" fn init_path_string(
    context: *mut c_context,
    s: *mut EvalState,
    value: *mut value,
    str_: *const c_char,
) -> err
Expand description

@brief Set a path @ingroup value_create @param[out] context Optional, stores error information @param[out] value Nix value to modify @param[in] str the path string, copied @return error code, NIX_OK on success.