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 /widgets/misc/e-printable.c | |
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 'widgets/misc/e-printable.c')
-rw-r--r-- | widgets/misc/e-printable.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/widgets/misc/e-printable.c b/widgets/misc/e-printable.c index ed12c9e488..b9d9221404 100644 --- a/widgets/misc/e-printable.c +++ b/widgets/misc/e-printable.c @@ -31,6 +31,7 @@ #include "e-printable.h" + #define EP_CLASS(e) ((EPrintableClass *)((GtkObject *)e)->klass) #define PARENT_TYPE GTK_TYPE_OBJECT @@ -126,7 +127,7 @@ e_printable_new(void) void e_printable_print_page (EPrintable *e_printable, - GnomePrintContext *context, + GtkPrintContext *context, gdouble width, gdouble height, gboolean quantized) @@ -169,7 +170,7 @@ e_printable_reset (EPrintable *e_printable) gdouble e_printable_height (EPrintable *e_printable, - GnomePrintContext *context, + GtkPrintContext *context, gdouble width, gdouble max_height, gboolean quantized) @@ -192,7 +193,7 @@ e_printable_height (EPrintable *e_printable, gboolean e_printable_will_fit (EPrintable *e_printable, - GnomePrintContext *context, + GtkPrintContext *context, gdouble width, gdouble max_height, gboolean quantized) |