aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index a09b4b193..88825f1db 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -4197,6 +4197,14 @@ ephy_window_get_toolbar_action_group (EphyWindow *window)
return window->priv->toolbar_action_group;
}
+/**
+ * ephy_window_get_location_controller:
+ * @window: an #EphyWindow
+ *
+ * Returns the @window #EphyLocationController
+ *
+ * Returns: (transfer none): the @window #EphyLocationController
+ **/
EphyLocationController *
ephy_window_get_location_controller (EphyWindow *window)
{