aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.h
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-29 04:56:08 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-29 20:53:01 +0800
commitf939f5ce3406a77b500e821815352d22ff410ab7 (patch)
tree2d47cc4280158c5410da31b8a1543fe51100864a /src/ephy-shell.h
parentbd14d50456be46422d955a4290fb27e964a0b5b2 (diff)
downloadgsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.tar
gsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.tar.gz
gsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.tar.bz2
gsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.tar.lz
gsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.tar.xz
gsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.tar.zst
gsoc2013-epiphany-f939f5ce3406a77b500e821815352d22ff410ab7.zip
Require an EphyApplication parameter when creating an EphyShell
We'll want to create our own in main(), this prepares us for that.
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r--src/ephy-shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h
index 18d6aab74..100356443 100644
--- a/src/ephy-shell.h
+++ b/src/ephy-shell.h
@@ -130,7 +130,7 @@ GObject *ephy_shell_get_prefs_dialog (EphyShell *shell);
EphyApplication *ephy_shell_get_application (EphyShell *shell);
/* private API */
-void _ephy_shell_create_instance (void);
+void _ephy_shell_create_instance (EphyApplication *application);
G_END_DECLS