summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-19 10:22:40 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-19 10:22:40 +0000
commit0f67e465496ebeecb08f6c1b7d645b468cf77b87 (patch)
treeb0a8b5e69f491569aad3ba8028b35c00c22bd05f /gtk
parentffa93b87f826e7a54c46c0563767d146ddd595ce (diff)
downloadgtk+-0f67e465496ebeecb08f6c1b7d645b468cf77b87.tar.gz
g-i: mark gtk_text_iter_get_paintable as nullable
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktextiter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c
index d3a094826f..7da46fda8c 100644
--- a/gtk/gtktextiter.c
+++ b/gtk/gtktextiter.c
@@ -1025,7 +1025,7 @@ gtk_text_iter_get_visible_text (const GtkTextIter *start,
*
* Otherwise, %NULL is returned.
*
- * Returns: (transfer none): the paintable at @iter
+ * Returns: (transfer none) (nullable): the paintable at @iter
**/
GdkPaintable *
gtk_text_iter_get_paintable (const GtkTextIter *iter)