Add nullable return annotation to gtk_text_mark_get_name
authorIñaki García Etxebarria <garetxe@gmail.com>
Sat, 29 Apr 2017 11:08:49 +0000 (13:08 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 18 Jul 2017 19:10:24 +0000 (15:10 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=781936

gtk/gtktextmark.c

index dc8f78c44fec5f99a5a90b4aaba2dae9ea672543..ba2544ab4f537a2cf45cb862786ca2fd3c7efe5a 100644 (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)