diff options
author | pepp <pelloux@gmail.com> | 2011-12-15 14:53:52 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2011-12-15 15:18:26 +0800 |
commit | d300de403de5b9b2d3c2c2f9d371f59859eeaf8c (patch) | |
tree | 508e5bc436b5d14369aaf4d9a741ff201eaeb165 /mail/em-format-html-print.h | |
parent | be607ffe63925ccaa70c33c8f7766c6bf65ad80a (diff) | |
download | gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.gz gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.tar.zst gsoc2013-evolution-d300de403de5b9b2d3c2c2f9d371f59859eeaf8c.zip |
Bug 566793 - Support Drop And Drag Into Nautilus As PDF File
Diffstat (limited to 'mail/em-format-html-print.h')
-rw-r--r-- | mail/em-format-html-print.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h index c33669651d..5f08b6ef82 100644 --- a/mail/em-format-html-print.h +++ b/mail/em-format-html-print.h @@ -56,6 +56,9 @@ struct _EMFormatHTMLPrint { EMFormatHTML *source; GtkPrintOperationAction action; + gchar *export_filename; + + gboolean async; }; struct _EMFormatHTMLPrintClass { |