gtk: mark gtk_text_mark_get_buffer as nullable

This commit is contained in:
Bilal Elmoussaoui 2022-01-01 18:19:41 +01:00
parent dcbf3f8879
commit d58b7fa779

View File

@ -346,7 +346,7 @@ gtk_text_mark_get_deleted (GtkTextMark *mark)
*
* Returns %NULL if the mark is deleted.
*
* Returns: (transfer none): the marks `GtkTextBuffer`
* Returns: (transfer none) (nullable): the marks `GtkTextBuffer`
*/
GtkTextBuffer*
gtk_text_mark_get_buffer (GtkTextMark *mark)