[][src]Function zathura_plugin_sys::zathura_document_get_page

pub unsafe extern "C" fn zathura_document_get_page(
    document: *mut zathura_document_t,
    index: c_uint
) -> *mut zathura_page_t

Returns the page at the given index

@param document The document @param index The index of the page @return The page or NULL if an error occurred