diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-28 23:37:26 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-29 03:02:38 +0800 |
commit | a72438a9279b47db4028d5e2a5bea2efeb791af2 (patch) | |
tree | e85899a3b0fc6661bfcc6b0292d3bfc1bc9c8c26 /src | |
parent | 444c593b9b9449ecd7dbfc5d7ad4c812f941c0f4 (diff) | |
download | gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.tar gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.tar.gz gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.tar.bz2 gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.tar.lz gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.tar.xz gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.tar.zst gsoc2013-epiphany-a72438a9279b47db4028d5e2a5bea2efeb791af2.zip |
ephy-application: format prototypes
Diffstat (limited to 'src')
-rw-r--r-- | 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 1b49098c6..c530658ba 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 |