aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-print.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2004-02-20 06:12:23 +0800
committernobody <nobody@localhost>2004-02-20 06:12:23 +0800
commit6e41182b061501f088266d3e92865a87ae60790d (patch)
treebffa47fdc79aea9fac623ec3666dc457671082b5 /mail/em-format-html-print.h
parent65500ade9a6cd497eeffa32253beebb0d0508c54 (diff)
downloadgsoc2013-evolution-GAL_1_99_11.tar.gz
gsoc2013-evolution-GAL_1_99_11.tar.zst
gsoc2013-evolution-GAL_1_99_11.zip
This commit was manufactured by cvs2svn to create tag 'GAL_1_99_11'.GAL_1_99_11
svn path=/tags/GAL_1_99_11/; revision=24803
Diffstat (limited to 'mail/em-format-html-print.h')
-rw-r--r--mail/em-format-html-print.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h
deleted file mode 100644
index 5c8731ef12..0000000000
--- a/mail/em-format-html-print.h
+++ /dev/null
@@ -1,37 +0,0 @@
-
-/*
- Concrete class for formatting mails to displayed html
-*/
-
-#ifndef _EM_FORMAT_HTML_PRINT_H
-#define _EM_FORMAT_HTML_PRINT_H
-
-#include "em-format-html.h"
-
-struct _GnomePrintConfig;
-
-typedef struct _EMFormatHTMLPrint EMFormatHTMLPrint;
-typedef struct _EMFormatHTMLPrintClass EMFormatHTMLPrintClass;
-
-struct _CamelMimePart;
-
-struct _EMFormatHTMLPrint {
- EMFormatHTML formathtml;
-
- struct _GtkWidget *window; /* used to realise the gtkhtml in a toplevel, i dont know why */
- struct _GnomePrintConfig *config;
-
- int preview:1;
-};
-
-struct _EMFormatHTMLPrintClass {
- EMFormatHTMLClass formathtml_class;
-};
-
-GType em_format_html_print_get_type(void);
-
-EMFormatHTMLPrint *em_format_html_print_new(void);
-
-int em_format_html_print_print(EMFormatHTMLPrint *efhp, EMFormatHTML *source, struct _GnomePrintConfig *print_config, int preview);
-
-#endif /* ! _EM_FORMAT_HTML_PRINT_H */
pan>2-4/+4 * Cleanup plistBaptiste Daroussin2014-10-271-3/+0 * Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0 * - Update to 0.004Sunpoet Po-Chuan Hsieh2014-05-082-5/+15 * - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-012-3/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-221-5/+1 * - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+2 * - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-14/+1 * - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-141-1/+14 * - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...Philip M. Gollucci2012-03-091-14/+1