diff options
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r-- | embed/ephy-embed-shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index 45261e93b..85e7df52c 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -102,6 +102,9 @@ gboolean ephy_embed_shell_launch_handler (EphyEmbedShell GFile *file, const char *mime_type, guint32 user_time); +#ifdef HAVE_WEBKIT2 +GDBusProxy *ephy_embed_shell_get_web_extension_proxy (EphyEmbedShell *shell); +#endif G_END_DECLS |