Function yrs::ytext_event_delta

source ·
#[no_mangle]
pub unsafe extern "C" fn ytext_event_delta(
    e: *const YTextEvent,
    len: *mut u32
) -> *mut YDelta
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.