[epiphany] ephy-application: format prototypes



commit a72438a9279b47db4028d5e2a5bea2efeb791af2
Author: Xan Lopez <xlopez igalia com>
Date:   Tue Jun 28 17:37:26 2011 +0200

    ephy-application: format prototypes

 src/ephy-application.h |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/ephy-application.h b/src/ephy-application.h
index 1b49098..c530658 100644
--- a/src/ephy-application.h
+++ b/src/ephy-application.h
@@ -71,20 +71,20 @@ typedef struct {
   guint32 user_time;
 } EphyApplicationStartupContext;
 
-GType      ephy_application_get_type (void) G_GNUC_CONST;
+GType                          ephy_application_get_type            (void) G_GNUC_CONST;
 
-EphyApplication *ephy_application_new (void);
+EphyApplication               *ephy_application_new                 (void);
 
-void             ephy_application_set_startup_context (EphyApplication *application,
-                                                       EphyApplicationStartupContext *ctx);
+void                           ephy_application_set_startup_context (EphyApplication                *application,
+                                                                     EphyApplicationStartupContext  *ctx);
+
+EphyApplicationStartupContext *ephy_application_startup_context_new (EphyStartupFlags                startup_flags,
+                                                                     char                           *bookmarks_filename,
+                                                                     char                           *session_filename,
+                                                                     char                           *bookmark_url,
+                                                                     char                          **arguments,
+                                                                     guint32                         user_time);
 
-EphyApplicationStartupContext *
-ephy_application_startup_context_new (EphyStartupFlags startup_flags,
-                                      char *bookmarks_filename,
-                                      char *session_filename,
-                                      char *bookmark_url,
-                                      char **arguments,
-                                      guint32 user_time);
 G_END_DECLS
 
 #endif



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