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/gtkprinter.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/gtkprinter.h')
-rw-r--r-- | gtk/gtkprinter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprinter.h b/gtk/gtkprinter.h index a3e3eb54a3..205d04fb65 100644 --- a/gtk/gtkprinter.h +++ b/gtk/gtkprinter.h @@ -45,9 +45,9 @@ G_BEGIN_DECLS * the printer in Postscript format * @GTK_PRINT_CAPABILITY_PREVIEW: Print dialog will offer a preview * @GTK_PRINT_CAPABILITY_NUMBER_UP: Print dialog will offer printing multiple - * pages per sheet. Since 2.12 + * pages per sheet * @GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT: Print dialog will allow to rearrange - * pages when printing multiple pages per sheet. Since 2.14 + * pages when printing multiple pages per sheet * * An enum for specifying which features the print dialog should offer. * If neither %GTK_PRINT_CAPABILITY_GENERATE_PDF nor |