summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgwillems <g.willems.dev@laposte.net>2023-03-20 19:59:31 +0000
committerChristian Hergert <christian@hergert.me>2023-03-20 19:59:31 +0000
commit867ec14d3b2f80d349f6e29b1efbe7237f34fc2b (patch)
tree58b78e6bcfded47a3817bb4911b4a35286c8a521
parentd6327ad59af86ac82401644cfa9af304007dce3b (diff)
downloadgtksourceview-867ec14d3b2f80d349f6e29b1efbe7237f34fc2b.tar.gz
mark: fix nullable introspection for category parameter
-rw-r--r--gtksourceview/gtksourcemark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtksourceview/gtksourcemark.c b/gtksourceview/gtksourcemark.c
index 3afcdd2e..9ee2c80e 100644
--- a/gtksourceview/gtksourcemark.c
+++ b/gtksourceview/gtksourcemark.c
@@ -228,7 +228,7 @@ gtk_source_mark_next (GtkSourceMark *mark,
/**
* gtk_source_mark_prev:
* @mark: a #GtkSourceMark.
- * @category: a string specifying the mark category, or %NULL.
+ * @category: (nullable): a string specifying the mark category, or %NULL.
*
* Returns the previous `GtkSourceMark` in the buffer or %NULL if the mark
* was not added to a buffer.