summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2009-09-24 16:16:59 +0300
committerXan Lopez <xan@gnome.org>2009-09-24 16:16:59 +0300
commit76032eecc218e48c887727cd58ab7b63cfae5802 (patch)
tree064485adf3027b449598c165398280b7e2657532
parent868dc9753fc0ec7f22d4bdce84411d6b12b592e0 (diff)
downloadepiphany-76032eecc218e48c887727cd58ab7b63cfae5802.tar.gz
ephy-web-view.c: update comment of ephy_web_view_is_loading
-rw-r--r--embed/ephy-web-view.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index ddbfa63a1..a7ee21324 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -1676,9 +1676,10 @@ ephy_web_view_can_go_up (EphyWebView *view)
* ephy_web_view_is_loading:
* @view: an #EphyWebView
*
- * Returns whether the web page in @view has finished loading. A web page is
- * only finished loading after all images, styles, and other dependencies have
- * been downloaded and rendered.
+ * Returns whether the web page in @view has finished loading. A web
+ * page is only finished loading after all images, styles, and other
+ * dependencies have been downloaded and rendered, or when the load
+ * has failed for some reason.
*
* Return value: %TRUE if the page is still loading, %FALSE if complete
**/