lilv_new_string

Function lilv_new_string 

Source
pub unsafe extern "C" fn lilv_new_string(
    world: *mut LilvWorld,
    str: *const c_char,
) -> *mut LilvNode
Expand description

Create a new string value (with no language). Returned value must be freed by caller with lilv_node_free().