summaryrefslogtreecommitdiff
path: root/src/ephy-window.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-09-19 14:02:30 +0000
committerChristian Persch <chpe@src.gnome.org>2005-09-19 14:02:30 +0000
commitb80a930d392d2719f916f6fcc975b60d1cfb2169 (patch)
tree26537281da4a20001cba1ba4124a0a27dab94f7a /src/ephy-window.h
parent4a2a46a2431642dc032550ee2173db3059dacb37 (diff)
downloadepiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.gz
Make the methods to unset/release the context event semi-public.
2005-09-19 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: (_ephy_window_set_context_event), (_ephy_window_unset_context_event), (embed_popup_deactivate_cb), (show_embed_popup), (ephy_window_dispose): * src/ephy-window.h: Make the methods to unset/release the context event semi-public.
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