diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 235cdc3f5..a05d0a759 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -499,6 +499,20 @@ ephy_shell_finalize (GObject *object) LOG ("Ephy shell finalized") } + +/** + * ephy_shell_get_default: + * + * Retrieve the default #EphyShell object + * + * ReturnValue: the default #EphyShell + **/ +EphyShell * +ephy_shell_get_default (void) +{ + return ephy_shell; +} + EphyShell * ephy_shell_new (void) { |