summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-06-25 19:21:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-06-25 19:55:04 -0400
commit8755d884f3e5043f355d4c6403e954ea5ff0928f (patch)
tree36ccc605c99d88687b1af5c6d2897086b3722bda /gtk/gtkmain.c
parent010f4e90e38fd71967428486fd986e4dfc444c7b (diff)
downloadgtk+-8755d884f3e5043f355d4c6403e954ea5ff0928f.tar.gz
Remove a lot of Since annotations
4.0 will represent a clean epoch. We don't want to have lots of noise in the docs about 2.x or 3.x.
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r--gtk/gtkmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index b285c517b6..3377ee3742 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -809,7 +809,7 @@ gtk_init_check (void)
* your program to fall back to a textual interface you want to
* call gtk_init_check() instead.
*
- * Since 2.18, GTK+ calls `signal (SIGPIPE, SIG_IGN)`
+ * GTK+ calls `signal (SIGPIPE, SIG_IGN)`
* during initialization, to ignore SIGPIPE signals, since these are
* almost never wanted in graphical applications. If you do need to
* handle SIGPIPE for some reason, reset the handler after gtk_init(),