From 6d2c382788a4042d53f49a080acd11b499aa52f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 28 Mar 2012 18:38:11 +0200 Subject: WebKit port - port formatter and mail module --- mail/em-format-html-print.h | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'mail/em-format-html-print.h') diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h index 5f08b6ef82..d9fe1ff6d4 100644 --- a/mail/em-format-html-print.h +++ b/mail/em-format-html-print.h @@ -45,20 +45,12 @@ G_BEGIN_DECLS typedef struct _EMFormatHTMLPrint EMFormatHTMLPrint; typedef struct _EMFormatHTMLPrintClass EMFormatHTMLPrintClass; +typedef struct _EMFormatHTMLPrintPrivate EMFormatHTMLPrintPrivate; struct _EMFormatHTMLPrint { EMFormatHTML parent; - - /* Used to realize the gtkhtml in a toplevel. */ - GtkWidget *window; - - /* Used for print_message. */ - EMFormatHTML *source; - - GtkPrintOperationAction action; + EMFormatHTMLPrintPrivate *priv; gchar *export_filename; - - gboolean async; }; struct _EMFormatHTMLPrintClass { @@ -67,12 +59,7 @@ struct _EMFormatHTMLPrintClass { GType em_format_html_print_get_type (void); EMFormatHTMLPrint * - em_format_html_print_new (EMFormatHTML *source, - GtkPrintOperationAction action); -void em_format_html_print_message (EMFormatHTMLPrint *efhp, - CamelMimeMessage *message, - CamelFolder *folder, - const gchar *uid); + em_format_html_print_new (EMFormatHTML *source); G_END_DECLS -- cgit v1.2.3