diff options
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 508ed2c99..bf865d3d9 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -88,6 +88,8 @@ typedef enum { EPHY_WEB_VIEW_ERROR_PAGE_CRASH } EphyWebViewErrorPage; +#define EPHY_WEB_APP_PREFIX "app-" + struct _EphyWebView { WebKitWebView parent; @@ -194,6 +196,12 @@ void ephy_web_view_save (EphyWebView const char *uri); gboolean ephy_web_view_load_homepage (EphyWebView *view); +char * +ephy_web_view_create_web_application (EphyWebView *view, const char *title, GdkPixbuf *icon); + +GdkPixbuf * +ephy_web_view_get_snapshot (EphyWebView *view, int x, int y, int width, int height); + G_END_DECLS #endif |