From 1ad64ccfa2315087ea5508d1550f816bc65fd982 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Thu, 25 Nov 2021 13:52:10 +0100 Subject: glib: Fix a warning about missing element-type annotation There was a missing colon right after argument name. --- glib/poppler-document.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glib') 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. -- cgit v1.2.3