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 /gtk/gtkprinter-private.h | |
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 'gtk/gtkprinter-private.h')
-rw-r--r-- | gtk/gtkprinter-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprinter-private.h b/gtk/gtkprinter-private.h index cfec13de7b..37a23a8bd2 100644 --- a/gtk/gtkprinter-private.h +++ b/gtk/gtkprinter-private.h @@ -34,8 +34,8 @@ gboolean _gtk_printer_has_details (GtkPrinter void _gtk_printer_request_details (GtkPrinter *printer); GtkPrinterOptionSet *_gtk_printer_get_options (GtkPrinter *printer, GtkPrintSettings *settings, - GtkPageSetup *page_setup); -gboolean _gtk_printer_mark_conflicts (GtkPrinter *printer, + GtkPageSetup *page_setup, + GtkPrintCapabilities capabilities);gboolean _gtk_printer_mark_conflicts (GtkPrinter *printer, GtkPrinterOptionSet *options); void _gtk_printer_get_settings_from_options (GtkPrinter *printer, GtkPrinterOptionSet *options, |