g-i: mark gtk_text_iter_get_child_anchor as nullable

This commit is contained in:
Bilal Elmoussaoui 2022-01-19 10:18:40 +00:00
parent 6fd29e6600
commit ffa93b87f8

View File

@ -1056,7 +1056,7 @@ gtk_text_iter_get_paintable (const GtkTextIter *iter)
*
* Otherwise, %NULL is returned.
*
* Returns: (transfer none): the anchor at @iter
* Returns: (transfer none) (nullable): the anchor at @iter
**/
GtkTextChildAnchor*
gtk_text_iter_get_child_anchor (const GtkTextIter *iter)