From f939f5ce3406a77b500e821815352d22ff410ab7 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 28 Jun 2011 22:56:08 +0200 Subject: Require an EphyApplication parameter when creating an EphyShell We'll want to create our own in main(), this prepares us for that. --- src/ephy-shell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.h') 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 -- cgit v1.2.3