#[no_mangle]
pub unsafe extern "C" fn ytext_event_path(
    e: *const YTextEvent,
    len: *mut c_int
) -> *mut YPathSegment
Expand description

Returns a path from a root type down to a current shared collection (which can be obtained using ytext_event_target function). It can consist of either integer indexes (used by sequence components) of *char keys (used by map components). len output parameter is used to provide information about length of the path.

Path returned this way should be eventually released using ypath_destroy.