mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
Add nullable return annotation to gtk_text_mark_get_name
https://bugzilla.gnome.org/show_bug.cgi?id=781936
This commit is contained in:
parent
743eaeecf2
commit
5edeba5965
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user