diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-29 06:13:09 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-29 20:53:01 +0800 |
commit | 841b59d9a2af4492c8c51a040ea164e46c5093b9 (patch) | |
tree | b15f225e71ac3b196de74d40c7e5a347efeef221 /src/ephy-application.h | |
parent | 61b4a15531501833926b33a77f0416efc772a897 (diff) | |
download | gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.gz gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.bz2 gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.lz gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.xz gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.tar.zst gsoc2013-epiphany-841b59d9a2af4492c8c51a040ea164e46c5093b9.zip |
ephy-application: add a private-instance property
It does not do much at the moment, but we pass the information from
ephy-main.c to the app.
Diffstat (limited to 'src/ephy-application.h')
-rw-r--r-- | src/ephy-application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-application.h b/src/ephy-application.h index c530658ba..04cb37662 100644 --- a/src/ephy-application.h +++ b/src/ephy-application.h @@ -73,7 +73,7 @@ typedef struct { GType ephy_application_get_type (void) G_GNUC_CONST; -EphyApplication *ephy_application_new (void); +EphyApplication *ephy_application_new (gboolean private_instance); void ephy_application_set_startup_context (EphyApplication *application, EphyApplicationStartupContext *ctx); |