diff options
author | Iain Nicol <iain@thenicols.net> | 2009-10-25 22:39:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-10-27 02:50:36 +0800 |
commit | 175c3b60deccab85e667907291feebe0598326e4 (patch) | |
tree | 2984e0ef2b2e29efa181d55689b52231a91cc0a8 /src | |
parent | 009be331694b442dd859f49c7f02bdef498621ff (diff) | |
download | gsoc2013-epiphany-175c3b60deccab85e667907291feebe0598326e4.tar.gz gsoc2013-epiphany-175c3b60deccab85e667907291feebe0598326e4.tar.zst gsoc2013-epiphany-175c3b60deccab85e667907291feebe0598326e4.zip |
Correct "ReturnValue" to "Return value" in gtk-doc comments
Signed-off-by: Xan Lopez <xan@gnome.org>
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, |