Function mupdf_sys::fz_drop_text

source ·
pub unsafe extern "C" fn fz_drop_text(
    ctx: *mut fz_context,
    text: *const fz_text
)
Expand description

Decrement the reference count for the text object. When the reference count hits zero, the text object is freed.

Never throws exceptions.