diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-02-12 14:11:14 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-02-12 14:11:14 +0800 |
commit | 9862306af9b5019372cbcb6693b5ae1d56297776 (patch) | |
tree | 25b7efb0d1b3478601a172e289f0360df96c0f0a /e-util/e-print.h | |
parent | 0670e0a9070dac6359d34822f7433e9502fc1d22 (diff) | |
download | gsoc2013-evolution-9862306af9b5019372cbcb6693b5ae1d56297776.tar.gz gsoc2013-evolution-9862306af9b5019372cbcb6693b5ae1d56297776.tar.zst gsoc2013-evolution-9862306af9b5019372cbcb6693b5ae1d56297776.zip |
Print migration updates from Ebby Wiselyn.
svn path=/trunk/; revision=33201
Diffstat (limited to 'e-util/e-print.h')
-rw-r--r-- | e-util/e-print.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/e-util/e-print.h b/e-util/e-print.h index c8ca551203..8ae99a2900 100644 --- a/e-util/e-print.h +++ b/e-util/e-print.h @@ -19,17 +19,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. */ -#include <gtk/gtk.h> -#include <libgnomeprint/gnome-print.h> -#include <libgnomeprintui/gnome-print-dialog.h> - #ifndef __E_PRINT__ #define __E_PRINT__ +#include <gtk/gtk.h> + G_BEGIN_DECLS -GtkPrintSettings *e_print_load_config (void); -void e_print_save_config (GtkPrintSettings *settings); +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); |