aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-adblock-manager.c4
-rw-r--r--embed/ephy-embed-shell.c2
2 files changed, 3 insertions, 3 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)