diff options
Diffstat (limited to 'e-util/e-print.h')
-rw-r--r-- | e-util/e-print.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/e-util/e-print.h b/e-util/e-print.h index 8ae99a2900..8044506c0c 100644 --- a/e-util/e-print.h +++ b/e-util/e-print.h @@ -26,11 +26,7 @@ G_BEGIN_DECLS -GtkPrintSettings *e_print_load_settings (void); -void e_print_save_settings (GtkPrintSettings *settings); - -GtkWidget *e_print_get_dialog (const char *title, int flags); -GtkWidget *e_print_get_dialog_with_config (const char *title, int flags, GtkPrintSettings *settings); +GtkPrintOperation * e_print_operation_new (void); G_END_DECLS |