[][src]Function zathura_plugin_sys::zathura_document_information_entry_new

pub unsafe extern "C" fn zathura_document_information_entry_new(
    type_: zathura_document_information_type_t,
    value: *const c_char
) -> *mut zathura_document_information_entry_t

Creates a new document information entry

@param type The type @param value The value

@return A new entry or NULL if an error occurred