From 867ec14d3b2f80d349f6e29b1efbe7237f34fc2b Mon Sep 17 00:00:00 2001 From: gwillems Date: Mon, 20 Mar 2023 19:59:31 +0000 Subject: mark: fix nullable introspection for category parameter --- gtksourceview/gtksourcemark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1