diff options
Diffstat (limited to 'src/ephy-shell.h')
-rw-r--r-- | src/ephy-shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 895c91d3a..18d6aab74 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -29,6 +29,7 @@ #include "ephy-bookmarks.h" #include "ephy-window.h" #include "ephy-embed.h" +#include "ephy-application.h" #include <webkit/webkit.h> #include <glib-object.h> @@ -126,6 +127,8 @@ GObject *ephy_shell_get_pdm_dialog (EphyShell *shell); GObject *ephy_shell_get_prefs_dialog (EphyShell *shell); +EphyApplication *ephy_shell_get_application (EphyShell *shell); + /* private API */ void _ephy_shell_create_instance (void); |