[epiphany/in-tab-overview] ephy-embed-shell: move doc comment block to its right position



commit 19aa7c733215ce357d32133fcc3eeec421559518
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Aug 31 12:49:38 2012 +0300

    ephy-embed-shell: move doc comment block to its right position

 embed/ephy-embed-shell.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index f8b3c02..c0e22a4 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -178,15 +178,6 @@ ephy_embed_shell_get_global_history_service (EphyEmbedShell *shell)
 	return G_OBJECT (shell->priv->global_history_service);
 }
 
-/**
- * ephy_embed_shell_get_frecent_store:
- * @shell: a #EphyEmbedShell
- *
- * Gets the #EphyFrecentStore in the shell. This can be used
- * by EphyOverview implementors.
- *
- * Returns: (transfer none): a #EphyFrecentStore
- **/
 static GdkPixbuf *
 ephy_embed_shell_get_icon (const char *icon_name)
 {
@@ -210,6 +201,15 @@ ephy_embed_shell_get_icon (const char *icon_name)
   return pixbuf;
 }
 
+/**
+ * ephy_embed_shell_get_frecent_store:
+ * @shell: a #EphyEmbedShell
+ *
+ * Gets the #EphyFrecentStore in the shell. This can be used
+ * by EphyOverview implementors.
+ *
+ * Returns: (transfer none): a #EphyFrecentStore
+ **/
 EphyFrecentStore *
 ephy_embed_shell_get_frecent_store (EphyEmbedShell *shell)
 {



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