diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 38c0c1a69..b3964cb5e 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -359,7 +359,7 @@ ephy_shell_finalize (GObject *object) * * Retrieve the default #EphyShell object * - * ReturnValue: the default #EphyShell + * Return value: the default #EphyShell **/ EphyShell * ephy_shell_get_default (void) @@ -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. * - * ReturnValue: the created #EphyEmbed + * Return value: 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. * - * ReturnValue: the created #EphyEmbed + * Return value: the created #EphyEmbed **/ EphyEmbed * ephy_shell_new_tab (EphyShell *shell, |