projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743eaee
)
Add nullable return annotation to gtk_text_mark_get_name
author
Iñaki García Etxebarria
<garetxe@gmail.com>
Sat, 29 Apr 2017 11:08:49 +0000
(13:08 +0200)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/gtktextmark.c
b/gtk/gtktextmark.c
index dc8f78c44fec5f99a5a90b4aaba2dae9ea672543..ba2544ab4f537a2cf45cb862786ca2fd3c7efe5a 100644
(file)
--- a/
gtk/gtktextmark.c
+++ b/
gtk/gtktextmark.c
@@
-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)