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/gtkcellrenderer.h | |
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/gtkcellrenderer.h')
-rw-r--r-- | gtk/gtkcellrenderer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcellrenderer.h b/gtk/gtkcellrenderer.h index 2b297e1c59..c5d8c55a91 100644 --- a/gtk/gtkcellrenderer.h +++ b/gtk/gtkcellrenderer.h @@ -35,8 +35,8 @@ G_BEGIN_DECLS * @GTK_CELL_RENDERER_INSENSITIVE: The cell is drawn in an insensitive manner * @GTK_CELL_RENDERER_SORTED: The cell is in a sorted row * @GTK_CELL_RENDERER_FOCUSED: The cell is in the focus row. - * @GTK_CELL_RENDERER_EXPANDABLE: The cell is in a row that can be expanded. Since 3.4 - * @GTK_CELL_RENDERER_EXPANDED: The cell is in a row that is expanded. Since 3.4 + * @GTK_CELL_RENDERER_EXPANDABLE: The cell is in a row that can be expanded + * @GTK_CELL_RENDERER_EXPANDED: The cell is in a row that is expanded * * Tells how a cell is to be rendered. */ |