g-i: mark gtk_text_iter_get_paintable as nullable
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Wed, 19 Jan 2022 10:22:40 +0000 (10:22 +0000)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Wed, 19 Jan 2022 10:22:40 +0000 (10:22 +0000)
gtk/gtktextiter.c

index d3a094826f77d4d77e3a64f923ca4227ce2195b3..7da46fda8c4706c7a5f73fb08c5668d6835f803d 100644 (file)
@@ -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)