diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-19 05:09:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-19 05:09:49 +0000 |
commit | 7a44ce336669e7c3ac6418a7dbe8171a6749b49b (patch) | |
tree | ad9bd670623c4f5b47fd8d611bb65800b93f8ce3 /ChangeLog.pre-2-10 | |
parent | 2858512ebe4cc157e87904051d7cd0dbd6578a4a (diff) | |
download | gtk+-7a44ce336669e7c3ac6418a7dbe8171a6749b49b.tar.gz |
Add a capabilities argument to the printer_get_options method and to the
2006-06-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter-private.h:
* gtk/gtkprinter.c (_gtk_printer_get_options):
* gtk/gtkprintbackend.h: Add a capabilities argument to the
printer_get_options method and to the _gtk_printer_get_options
function
* modules/printbackends/lpr/gtkprintbackendlpr.c
(lpr_printer_get_options):
* modules/printbackends/pdf/gtkprintbackendpdf.c
(pdf_printer_get_options):
* modules/printbackends/cups/gtkprintbackendcups.c
(cups_printer_get_options):
* gtk/gtkprintunixdialog.c (selected_printer_changed): Adjust
callers and implementations.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 66228eb203..1e8b2bd269 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,20 @@ 2006-06-19 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkprinter-private.h: + * gtk/gtkprinter.c (_gtk_printer_get_options): + * gtk/gtkprintbackend.h: Add a capabilities argument to the + printer_get_options method and to the _gtk_printer_get_options + function + + * modules/printbackends/lpr/gtkprintbackendlpr.c + (lpr_printer_get_options): + * modules/printbackends/pdf/gtkprintbackendpdf.c + (pdf_printer_get_options): + * modules/printbackends/cups/gtkprintbackendcups.c + (cups_printer_get_options): + * gtk/gtkprintunixdialog.c (selected_printer_changed): Adjust + callers and implementations. + * gtk/gtkprintjob.h: Add a GENERATE_PS capability. * gtk/gtkprintunixdialog.c (is_printer_active): And use it here. |