[][src]Function zathura_plugin_sys::zathura_document_save_as

pub unsafe extern "C" fn zathura_document_save_as(
    document: *mut zathura_document_t,
    path: *const c_char
) -> zathura_error_t

Save the document

@param document The document object @param path Path for the saved file @return ZATHURA_ERROR_OK when no error occurred, otherwise see zathura_error_t