diff options
author | Iain Nicol <iain@thenicols.net> | 2009-11-19 01:21:15 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-11-23 18:34:27 +0800 |
commit | cb2d52c87c38296d854a8c79eced7d7bc8e2a557 (patch) | |
tree | 8603d2431048a878188e9dffc418007f81dd4efb /src | |
parent | 80b1f00b99bec7a0d11312d9f429ca199f8e7132 (diff) | |
download | gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.gz 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')
-rw-r--r-- | src/ephy-shell.c | 4 |
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, |