diff options
Diffstat (limited to 'src/ephy-shell.c')
-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, |