Function yrs::yarray_event_delta

source ·
#[no_mangle]
pub unsafe extern "C" fn yarray_event_delta(
    e: *const YArrayEvent,
    len: *mut u32
) -> *mut YEventChange
Expand description

Returns a sequence of changes produced by sequence component of shared collections (such as YText, YXmlText and XML nodes added to YXmlElement). len output parameter is used to provide information about number of changes produced.

Delta returned from this function should eventually be released using yevent_delta_destroy function.