From 984bb65c96c5f310313557eca924e9ba73adb8b9 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Sat, 15 Jan 2005 16:47:39 +0000 Subject: Add a function to get the default ephy_shell, this makes it easier for 2005-01-15 Crispin Flowerday * src/ephy-shell.c (ephy_shell_get_default): * src/ephy-shell.h: Add a function to get the default ephy_shell, this makes it easier for bindings to get it. --- src/ephy-shell.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ephy-shell.h') diff --git a/src/ephy-shell.h b/src/ephy-shell.h index a9867fe97..9bc1fe06d 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -106,6 +106,8 @@ GType ephy_shell_get_type (void); GQuark ephy_shell_error_quark (void); +EphyShell *ephy_shell_get_default (void); + EphyShell *ephy_shell_new (void); gboolean ephy_shell_startup (EphyShell *shell, -- cgit v1.2.3