aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 789d6cfa5..46336e75b 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -124,6 +124,8 @@ struct _EphyWebViewClass
void (* new_document_now) (EphyWebView *view,
const char *uri);
+
+ void (* loading_homepage) (EphyWebView *view);
};
GType ephy_web_view_get_type (void);
@@ -190,11 +192,15 @@ void ephy_web_view_save (EphyWebView
const char *uri);
void 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);
+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);
+gboolean ephy_web_view_is_loading_homepage (EphyWebView *view);
G_END_DECLS