aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-web-view.h
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-18 19:39:50 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-18 19:42:39 +0800
commit031c40a51791b2ebcd44f880c96860b987e1a00c (patch)
tree641acc9c69ab39a6d2aa9af724c30e438f5e3710 /widgets/misc/e-web-view.h
parent88a372b27e655eaaa27e7b806a1adc360b1583b6 (diff)
downloadgsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.tar
gsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.tar.gz
gsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.tar.bz2
gsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.tar.lz
gsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.tar.xz
gsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.tar.zst
gsoc2013-evolution-031c40a51791b2ebcd44f880c96860b987e1a00c.zip
Bug #764467 - URL popup shows all Copy options
Diffstat (limited to 'widgets/misc/e-web-view.h')
-rw-r--r--widgets/misc/e-web-view.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h
index af6dbb1502..66e65c2df5 100644
--- a/widgets/misc/e-web-view.h
+++ b/widgets/misc/e-web-view.h
@@ -102,7 +102,8 @@ struct _EWebViewClass {
void (*status_message) (EWebView *web_view,
const gchar *status_message);
void (*stop_loading) (EWebView *web_view);
- void (*update_actions) (EWebView *web_view);
+ void (*update_actions) (EWebView *web_view,
+ GdkEventButton *event);
gboolean (*process_mailto) (EWebView *web_view,
const gchar *mailto_uri);
};
@@ -218,8 +219,8 @@ void e_web_view_show_popup_menu (EWebView *web_view,
void e_web_view_status_message (EWebView *web_view,
const gchar *status_message);
void e_web_view_stop_loading (EWebView *web_view);
-void e_web_view_update_actions (EWebView *web_view);
-
+void e_web_view_update_actions (EWebView *web_view,
+ GdkEventButton *button);
gchar * e_web_view_get_selection_html (EWebView *web_view);
void e_web_view_set_settings (EWebView *web_view,