aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-display.h')
-rw-r--r--mail/em-format-html-display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h
index cf78642112..1bf1b395d8 100644
--- a/mail/em-format-html-display.h
+++ b/mail/em-format-html-display.h
@@ -35,6 +35,8 @@ struct _EMFormatHTMLDisplayClass {
void (*link_clicked)(EMFormatHTMLDisplay *efhd, const char *uri);
/* a part or a link button pressed event */
int (*popup_event)(EMFormatHTMLDisplay *efhd, GdkEventButton *event, const char *uri, struct _CamelMimePart *part);
+ /* the mouse is over a link */
+ void (*on_url)(EMFormatHTMLDisplay *efhd, const char *uri);
};
GType em_format_html_display_get_type(void);