summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2021-11-25 13:52:10 +0100
committerMarek Kasik <mkasik@redhat.com>2021-11-25 13:54:18 +0100
commit1ad64ccfa2315087ea5508d1550f816bc65fd982 (patch)
treecec41f4810e69e43a43d57083522872b7132c7f7 /glib
parentbcabe82f358548e0a705743ff338212a5b05e13a (diff)
glib: Fix a warning about missing element-type annotation
There was a missing colon right after argument name.
Diffstat (limited to 'glib')
-rw-r--r--glib/poppler-document.cc2
1 files changed, 1 insertions, 1 deletions
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.