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/gtkicontheme.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/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index b618ffec0d..057d2fe6f3 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -112,17 +112,17 @@ struct _GtkIconThemeClass * @GTK_ICON_LOOKUP_GENERIC_FALLBACK: Try to shorten icon name at '-' * characters before looking at inherited themes. This flag is only * supported in functions that take a single icon name. For more general - * fallback, see gtk_icon_theme_choose_icon(). Since 2.12. + * fallback, see gtk_icon_theme_choose_icon() * @GTK_ICON_LOOKUP_FORCE_SIZE: Always get the icon scaled to the - * requested size. Since 2.14. + * requested size * @GTK_ICON_LOOKUP_FORCE_REGULAR: Try to always load regular icons, even - * when symbolic icon names are given. Since 3.14. + * when symbolic icon names are given * @GTK_ICON_LOOKUP_FORCE_SYMBOLIC: Try to always load symbolic icons, even - * when regular icon names are given. Since 3.14. + * when regular icon names are given * @GTK_ICON_LOOKUP_DIR_LTR: Try to load a variant of the icon for left-to-right - * text direction. Since 3.14. + * text direction * @GTK_ICON_LOOKUP_DIR_RTL: Try to load a variant of the icon for right-to-left - * text direction. Since 3.14. + * text direction * * Used to specify options for gtk_icon_theme_lookup_icon() */ |