[][src]Function mupdf_sys::fz_keep_shade

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

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

Never throws exceptions.