From e50901fb5fe73fb1accc91692e155ce774f94d40 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 19 Jan 2012 18:57:11 +0100 Subject: ephy-window: annotate return value of a method --- src/ephy-window.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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) { -- cgit v1.2.3