summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-30 17:44:30 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-11-30 17:44:30 +0000
commit39f0c48eb2827865cc0ee3d2f510bc16468fa9ce (patch)
treea4012cba99e65b85afd1c8068ad45fb52911ce8e
parent7d24e1405e1f940ff44a6d478591045c481dd843 (diff)
downloadgtk+-arnaudb/annotate-set-title.tar.gz
Apply 1 suggestion(s) to 1 file(s)arnaudb/annotate-set-title
-rw-r--r--gtk/gtkwindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 0f1207bd02..2b3a7ca741 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -1947,8 +1947,9 @@ gtk_window_new (void)
* user distinguish this window from other windows they may have
* open. A good title might include the application name and current
* document filename, for example.
+ * document filename, for example.
+
* Passing %NULL does the same as setting the title to an empty string.
- *
**/
void
gtk_window_set_title (GtkWindow *window,