diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-06-25 19:21:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-06-25 19:55:04 -0400 |
commit | 8755d884f3e5043f355d4c6403e954ea5ff0928f (patch) | |
tree | 36ccc605c99d88687b1af5c6d2897086b3722bda /gtk/gtkwidget.c | |
parent | 010f4e90e38fd71967428486fd986e4dfc444c7b (diff) | |
download | gtk+-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/gtkwidget.c')
-rw-r--r-- | gtk/gtkwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 6f324522c2..234c1302dd 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -231,7 +231,7 @@ * Otherwise, you would not properly consider widget margins, * #GtkSizeGroup, and so forth. * - * Since 3.10 GTK+ also supports baseline vertical alignment of widgets. This + * GTK+ also supports baseline vertical alignment of widgets. This * means that widgets are positioned such that the typographical baseline of * widgets in the same row are aligned. This happens if a widget supports baselines, * has a vertical alignment of %GTK_ALIGN_BASELINE, and is inside a widget |