diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-26 23:05:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-26 23:05:06 +0800 |
commit | 7f6f4dfde87156779c89f57b0ebc8150c7acca7e (patch) | |
tree | 5dfcc834dba5d02d44a5b28425864425dcb79afb /widgets/misc/e-web-view.h | |
parent | cb10cf2a8e7bf697caab441e03e9056b863ae739 (diff) | |
download | gsoc2013-evolution-7f6f4dfde87156779c89f57b0ebc8150c7acca7e.tar.gz gsoc2013-evolution-7f6f4dfde87156779c89f57b0ebc8150c7acca7e.tar.zst gsoc2013-evolution-7f6f4dfde87156779c89f57b0ebc8150c7acca7e.zip |
Minor EMailReader cleanup.
Add a load_string() method to EWebView. Have EMailDisplay override
load_string() and check that the formatter is not busy before loading
the string. Have EMailReader call e_web_view_load_string() directly
on the EMailDisplay instance, and eliminate update_webview_content().
Diffstat (limited to 'widgets/misc/e-web-view.h')
-rw-r--r-- | widgets/misc/e-web-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h index 0fea6eb3cf..7d8eb4c8d0 100644 --- a/widgets/misc/e-web-view.h +++ b/widgets/misc/e-web-view.h @@ -69,6 +69,8 @@ struct _EWebViewClass { gchar * (*extract_uri) (EWebView *web_view, GdkEventButton *event, GtkHTML *frame); + void (*load_string) (EWebView *web_view, + const gchar *load_string); /* Signals */ void (*copy_clipboard) (EWebView *web_view); |