fz_keep_document

Function fz_keep_document 

Source
pub unsafe extern "C" fn fz_keep_document(
    ctx: *mut fz_context,
    doc: *mut fz_document,
) -> *mut fz_document
Expand description

Increment the document reference count. The same pointer is
returned.

Never throws exceptions.