From 175c3b60deccab85e667907291feebe0598326e4 Mon Sep 17 00:00:00 2001 From: Iain Nicol Date: Sun, 25 Oct 2009 14:39:51 +0000 Subject: Correct "ReturnValue" to "Return value" in gtk-doc comments Signed-off-by: Xan Lopez --- embed/ephy-adblock-manager.c | 4 ++-- embed/ephy-embed-shell.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'embed') 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) -- cgit v1.2.3