[][src]Function zathura_plugin_sys::zathura_document_open

pub unsafe extern "C" fn zathura_document_open(
    zathura: *mut zathura_t,
    path: *const c_char,
    uri: *const c_char,
    password: *const c_char,
    error: *mut zathura_error_t
) -> *mut zathura_document_t

Open the document

@param plugin_manager The zathura instance @param path Path to the document @param password Password of the document or NULL @param error Optional error parameter @return The document object and NULL if an error occurs