diff options
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 438dd546b..43e7fb692 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -258,3 +258,16 @@ ephy_embed_shell_class_init (EphyEmbedShellClass *klass) g_type_class_add_private (object_class, sizeof (EphyEmbedShellPrivate)); } + +/** + * ephy_embed_shell_get_default: + * + * Retrieves the default #EphyEmbedShell object + * + * ReturnValue: the default #EphyEmbedShell + **/ +EphyEmbedShell * +ephy_embed_shell_get_default (void) +{ + return embed_shell; +} |