aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index 48253bb75..a3c31f994 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -107,6 +107,11 @@ gboolean ephy_window_get_is_print_preview(EphyWindow *window);
EphyEmbedEvent *ephy_window_get_context_event (EphyWindow *window);
+void _ephy_window_set_context_event (EphyWindow *window,
+ EphyEmbedEvent *event);
+
+void _ephy_window_unset_context_event (EphyWindow *window);
+
G_END_DECLS
#endif