diff options
-rw-r--r-- | embed/ephy-adblock-manager.c | 4 | ||||
-rw-r--r-- | embed/ephy-embed-shell.c | 2 | ||||
-rw-r--r-- | src/ephy-shell.c | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/embed/ephy-adblock-manager.c b/embed/ephy-adblock-manager.c index 78fd2356a..f4b8a7ebf 100644 --- a/embed/ephy-adblock-manager.c +++ b/embed/ephy-adblock-manager.c @@ -61,7 +61,7 @@ ephy_adblock_manager_set_blocker (EphyAdBlockManager *self, * * Check if an url is to be loaded or not * - * ReturnValue: TRUE if the url is to be loaded + * Return value: TRUE if the url is to be loaded **/ gboolean ephy_adblock_manager_should_load (EphyAdBlockManager *self, @@ -135,7 +135,7 @@ ephy_adblock_manager_edit_rule (EphyAdBlockManager *self, * * Check if Epiphany has currently an active blocker * - * ReturnValue: TRUE if an active blocker is running + * Return value: TRUE if an active blocker is running **/ gboolean ephy_adblock_manager_has_blocker (EphyAdBlockManager *self) diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 17f4b98e2..e68618ec8 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -345,7 +345,7 @@ ephy_embed_shell_class_init (EphyEmbedShellClass *klass) * * Retrieves the default #EphyEmbedShell object * - * ReturnValue: the default #EphyEmbedShell + * Return value: the default #EphyEmbedShell **/ EphyEmbedShell * ephy_embed_shell_get_default (void) 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, |