Function mupdf_sys::fz_drop_shade[][src]

pub unsafe extern "C" fn fz_drop_shade(
    ctx: *mut fz_context,
    shade: *mut fz_shade
)
Expand description

Decrement the reference count for the shade structure. When the reference count hits zero, the structure is freed.

Never throws exceptions.