[][src]Function lilv_sys::lilv_state_to_string

pub unsafe extern "C" fn lilv_state_to_string(
    world: *mut LilvWorld,
    map: *mut LV2_URID_Map,
    unmap: *mut LV2_URID_Unmap,
    state: *const LilvState,
    uri: *const c_char,
    base_uri: *const c_char
) -> *mut c_char

Save state to a string. This function does not use the filesystem.

@param world The world. @param map URID mapper. @param unmap URID unmapper. @param state The state to serialize. @param uri URI for the state description (mandatory). @param base_uri Base URI for serialisation. Unless you know what you are doing, pass NULL for this, otherwise the state may not be restorable via lilv_state_new_from_string().