Skip to main content

fz_keep_path

Function fz_keep_path 

Source
pub unsafe extern "C" fn fz_keep_path(
    ctx: *mut fz_context,
    path: *const fz_path,
) -> *mut fz_path
Expand description

Increment the reference count. Returns the same pointer.

All paths can be kept, regardless of their packing type.

Never throws exceptions.