aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-20 01:57:11 +0800
committerXan Lopez <xan@igalia.com>2012-01-20 01:57:11 +0800
commite50901fb5fe73fb1accc91692e155ce774f94d40 (patch)
treefb638dcb1ca8a3dea41e4f2a2e57418bd99da3ad /src/ephy-window.c
parent4100a70e0a2cf8819b296418b3dea3535f577b29 (diff)
downloadgsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.tar
gsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.tar.gz
gsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.tar.bz2
gsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.tar.lz
gsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.tar.xz
gsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.tar.zst
gsoc2013-epiphany-e50901fb5fe73fb1accc91692e155ce774f94d40.zip
ephy-window: annotate return value of a method
Diffstat (limited to 'src/ephy-window.c')
-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)
{