aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-window.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index f1e358535..e86188c5f 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -4265,6 +4265,15 @@ ephy_window_set_location (EphyWindow *window,
priv->updating_address = FALSE;
}
+/**
+ * ephy_window_get_toolbar_action_group:
+ * @window: an #EphyWindow
+ *
+ * Returns the toolbar #GtkActionGroup for this @window
+ *
+ * Returns: (transfer none): the #GtkActionGroup for this @window's
+ * toolbar actions
+ **/
GtkActionGroup *
ephy_window_get_toolbar_action_group (EphyWindow *window)
{