aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-private.h
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-20 19:36:21 +0800
committerXan Lopez <xan@igalia.com>2012-01-20 19:36:21 +0800
commit408de86398e94e17f163d7844599840157cc0a10 (patch)
treef49212253d56990899cf919df82e0d966ae9818d /src/ephy-private.h
parent27bf25693a91b5ab978c949c79320c46d4dc4875 (diff)
downloadgsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.gz
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.bz2
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.lz
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.xz
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.tar.zst
gsoc2013-epiphany-408de86398e94e17f163d7844599840157cc0a10.zip
More private method cleanups
Move another method to ephy-private.h, and stop exporting another one that is only used internally in EphyWindow.
Diffstat (limited to 'src/ephy-private.h')
-rw-r--r--src/ephy-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-private.h b/src/ephy-private.h
index f8d0e2c8f..e1e39fabe 100644
--- a/src/ephy-private.h
+++ b/src/ephy-private.h
@@ -36,5 +36,7 @@ GtkActionGroup *ephy_window_get_toolbar_action_group (EphyWindow *window
EphyLocationController *ephy_window_get_location_controller (EphyWindow *window);
+EphyEmbedEvent *ephy_window_get_context_event (EphyWindow *window);
+
#endif