[epiphany] ephy-window: annotate return value of a method



commit e50901fb5fe73fb1accc91692e155ce774f94d40
Author: Xan Lopez <xan igalia com>
Date:   Thu Jan 19 18:57:11 2012 +0100

    ephy-window: annotate return value of a method

 src/ephy-window.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index f1e3585..e86188c 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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]