Add nullable return annotation to gtk_text_mark_get_name

https://bugzilla.gnome.org/show_bug.cgi?id=781936
This commit is contained in:
Iñaki García Etxebarria 2017-04-29 13:08:49 +02:00 committed by Matthias Clasen
parent 743eaeecf2
commit 5edeba5965

View File

@ -294,7 +294,7 @@ gtk_text_mark_get_visible (GtkTextMark *mark)
*
* Returns the mark name; returns NULL for anonymous marks.
*
* Returns: mark name
* Returns: (nullable): mark name
**/
const char *
gtk_text_mark_get_name (GtkTextMark *mark)