Function yrs::yxmltext_event_delta

source ยท
#[no_mangle]
pub unsafe extern "C" fn yxmltext_event_delta(
    e: *const YXmlTextEvent,
    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.