diff options
author | Carlos Garcia Campos <carlosgc@gnome.org> | 2009-08-05 20:20:05 +0200 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2009-08-07 09:42:03 +0200 |
commit | c775906e4a1bf45e5c9dc4a810b1ca15d0235d97 (patch) | |
tree | fc3cf0ecea404ca399484899461e3e1f107065c8 /gtk/gtkprintoperation.h | |
parent | d468aee5d980d41fceb6deecd5a0319b2ca0d87b (diff) | |
download | gtk+-c775906e4a1bf45e5c9dc4a810b1ca15d0235d97.tar.gz |
Add gtk_print_operation_get_n_pages_to_print()
It returns the number of pages that will be printed to allow tracking
the progress of a print operation. Fixes bgo#582964.
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r-- | gtk/gtkprintoperation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index 7ac38d4c2a..ef9a2879f3 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -187,6 +187,7 @@ gboolean gtk_print_operation_get_has_selection (GtkPrintOper void gtk_print_operation_set_embed_page_setup (GtkPrintOperation *op, gboolean embed); gboolean gtk_print_operation_get_embed_page_setup (GtkPrintOperation *op); +gint gtk_print_operation_get_n_pages_to_print (GtkPrintOperation *op); GtkPageSetup *gtk_print_run_page_setup_dialog (GtkWindow *parent, GtkPageSetup *page_setup, |