[][src]Function zathura_plugin_sys::zathura_document_get_information

pub unsafe extern "C" fn zathura_document_get_information(
    document: *mut zathura_document_t,
    error: *mut zathura_error_t
) -> *mut girara_list_t

Returns a string of the requested information

@param document The zathura document @param error Set to an error value (see \ref zathura_error_t) if an error occurred @return List of document information entries or NULL if information could not be retrieved