diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-19 22:02:30 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-19 22:02:30 +0800 |
commit | b80a930d392d2719f916f6fcc975b60d1cfb2169 (patch) | |
tree | 26537281da4a20001cba1ba4124a0a27dab94f7a /src/ephy-window.h | |
parent | 4a2a46a2431642dc032550ee2173db3059dacb37 (diff) | |
download | gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.gz gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.tar.zst gsoc2013-epiphany-b80a930d392d2719f916f6fcc975b60d1cfb2169.zip |
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.h | 5 |
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 |