aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorIain Nicol <iain@thenicols.net>2009-11-19 01:21:15 +0800
committerXan Lopez <xan@gnome.org>2009-11-23 18:34:27 +0800
commitcb2d52c87c38296d854a8c79eced7d7bc8e2a557 (patch)
tree8603d2431048a878188e9dffc418007f81dd4efb /src/ephy-shell.c
parent80b1f00b99bec7a0d11312d9f429ca199f8e7132 (diff)
downloadgsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar
gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.gz
gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.bz2
gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.lz
gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.xz
gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.zst
gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.zip
Add GObject introspection annotations to more functions
Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 3a42fd239..7c20b155c 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -417,7 +417,7 @@ load_homepage (EphyEmbed *embed)
* Create a new tab and the parent window when necessary.
* Use this function to open urls in new window/tabs.
*
- * Return value: the created #EphyEmbed
+ * Return value: (transfer none): the created #EphyEmbed
**/
EphyEmbed *
ephy_shell_new_tab_full (EphyShell *shell,
@@ -561,7 +561,7 @@ ephy_shell_new_tab_full (EphyShell *shell,
* Create a new tab and the parent window when necessary.
* Use this function to open urls in new window/tabs.
*
- * Return value: the created #EphyEmbed
+ * Return value: (transfer none): the created #EphyEmbed
**/
EphyEmbed *
ephy_shell_new_tab (EphyShell *shell,