lilv_node_get_path

Function lilv_node_get_path 

Source
pub unsafe extern "C" fn lilv_node_get_path(
    value: *const LilvNode,
    hostname: *mut *mut c_char,
) -> *mut c_char
Expand description

Return the path of a file URI node. Returns NULL if value is not a file URI. Returned value must be freed by caller with lilv_free().