[][src]Function mupdf_sys::fz_keep_text

pub unsafe extern "C" fn fz_keep_text(
    ctx: *mut fz_context,
    text: *const fz_text
) -> *mut fz_text

Increment the reference count for the text object. The same pointer is returned.

Never throws exceptions.