[][src]Function lilv_sys::lilv_node_get_path

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

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().