glib/poppler-document.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1ad64ccfa2315087ea5508d1550f816bc65fd982 Author: Marek Kasik <[email protected]> Date: Thu Nov 25 13:52:10 2021 +0100 glib: Fix a warning about missing element-type annotation There was a missing colon right after argument name. diff --git a/glib/poppler-document.cc b/glib/poppler-document.cc index 7ca4ba6b..1f5b5433 100644 --- a/glib/poppler-document.cc +++ b/glib/poppler-document.cc @@ -2101,7 +2101,7 @@ gchar *poppler_document_get_metadata(PopplerDocument *document) /** * poppler_document_reset_form: * @document: A #PopplerDocument - * @fields (element-type utf8) (nullable): list of fields to reset + * @fields: (element-type utf8) (nullable): list of fields to reset * @exclude_fields: whether to reset all fields except those in @fields * * Resets the form fields specified by fields if exclude_fields is FALSE.
