aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-04-03 05:12:13 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-04-03 05:12:13 +0800
commitda68ab65008bff803a3ea7940fa861c7cb055d08 (patch)
tree5096b9df6c8f0f40ef5d7775644df68b06e78ba8 /mail/em-format-html-display.h
parent3a6dd7931ed7787b49a574ebe69eba5f46289fff (diff)
downloadgsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar
gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.gz
gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.bz2
gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.lz
gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.xz
gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.zst
gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.zip
Split the attachment button into a separate widget that integrates with
EAttachmentView and EAttachmentStore. Clicking the button works, but I still have to finish the pop-up menu and drag-and-drop. Kill e-util/e-gui-utils.c: e_icon_for_mime_type() replaced by g_content_type_get_icon() svn path=/branches/kill-bonobo/; revision=37491
Diffstat (limited to 'mail/em-format-html-display.h')
-rw-r--r--mail/em-format-html-display.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h
index 9cfdb03780..7554053e37 100644
--- a/mail/em-format-html-display.h
+++ b/mail/em-format-html-display.h
@@ -25,7 +25,6 @@
#ifndef EM_FORMAT_HTML_DISPLAY_H
#define EM_FORMAT_HTML_DISPLAY_H
-#include <camel/camel-mime-part.h>
#include <mail/em-format-html.h>
/* Standard GObject macros */
@@ -67,17 +66,6 @@ struct _EMFormatHTMLDisplayClass {
GType em_format_html_display_get_type (void);
EMFormatHTMLDisplay *
em_format_html_display_new (void);
-void em_format_html_display_cut (EMFormatHTMLDisplay *efhd);
-void em_format_html_display_copy (EMFormatHTMLDisplay *efhd);
-void em_format_html_display_paste (EMFormatHTMLDisplay *efhd);
-
-void em_format_html_display_zoom_in (EMFormatHTMLDisplay *efhd);
-void em_format_html_display_zoom_out (EMFormatHTMLDisplay *efhd);
-void em_format_html_display_zoom_reset
- (EMFormatHTMLDisplay *efhd);
-
-gboolean em_format_html_display_popup_menu
- (EMFormatHTMLDisplay *efhd);
G_END_DECLS