Function mupdf_sys::fz_keep_shade

source ·
pub unsafe extern "C" fn fz_keep_shade(
    ctx: *mut fz_context,
    shade: *mut fz_shade
) -> *mut fz_shade
Expand description

Increment the reference count for the shade structure. The same pointer is returned.

Never throws exceptions.