[epiphany] Correct "ReturnValue" to "Return value" in gtk-doc comments



commit 175c3b60deccab85e667907291feebe0598326e4
Author: Iain Nicol <iain thenicols net>
Date:   Sun Oct 25 14:39:51 2009 +0000

    Correct "ReturnValue" to "Return value" in gtk-doc comments
    
    Signed-off-by: Xan Lopez <xan gnome org>

 embed/ephy-adblock-manager.c |    4 ++--
 embed/ephy-embed-shell.c     |    2 +-
 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 78fd235..f4b8a7e 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 17f4b98..e68618e 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 38c0c1a..b3964cb 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]