aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-web-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2012-06-21 23:17:18 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2012-06-24 19:34:07 +0800
commitccc2a6f6a9cfea8a06dd7b8968c3ad59597950e9 (patch)
tree07aa4625ed0b1731c5ce4d95bf5d778cfefc02dd /embed/ephy-web-view.h
parent64bc15de3f1dcbd68243f0544d0514ef341534b4 (diff)
downloadgsoc2013-epiphany-ccc2a6f6a9cfea8a06dd7b8968c3ad59597950e9.tar.gz
gsoc2013-epiphany-ccc2a6f6a9cfea8a06dd7b8968c3ad59597950e9.tar.zst
gsoc2013-epiphany-ccc2a6f6a9cfea8a06dd7b8968c3ad59597950e9.zip
ephy-web-view: Add ephy_web_view_load_failed()
To check whether the load operation in the web view failed.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r--embed/ephy-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 28203b274..398285a3e 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -137,6 +137,7 @@ void ephy_web_view_load_url (EphyWebView
void ephy_web_view_copy_back_history (EphyWebView *source,
EphyWebView *dest);
gboolean ephy_web_view_is_loading (EphyWebView *view);
+gboolean ephy_web_view_load_failed (EphyWebView *view);
const char * ephy_web_view_get_loading_title (EphyWebView *view);
GdkPixbuf * ephy_web_view_get_icon (EphyWebView *view);
EphyWebViewDocumentType ephy_web_view_get_document_type (EphyWebView *view);