diff options
Diffstat (limited to 'embed/ephy-web-app-utils.h')
-rw-r--r-- | embed/ephy-web-app-utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embed/ephy-web-app-utils.h b/embed/ephy-web-app-utils.h index 560f1de09..d6f7be516 100644 --- a/embed/ephy-web-app-utils.h +++ b/embed/ephy-web-app-utils.h @@ -25,11 +25,16 @@ #define EPHY_WEB_APP_UTILS_H #include <glib.h> +#include <gtk/gtk.h> + +#include "ephy-web-view.h" G_BEGIN_DECLS #define EPHY_WEB_APP_PREFIX "app-" +char *ephy_web_application_create (EphyWebView *view, const char *title, GdkPixbuf *icon); + gboolean ephy_web_application_delete (const char *name); char *ephy_web_application_get_profile_directory (const char *app_name); |