From 76032eecc218e48c887727cd58ab7b63cfae5802 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 24 Sep 2009 16:16:59 +0300 Subject: ephy-web-view.c: update comment of ephy_web_view_is_loading --- embed/ephy-web-view.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'embed') 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 **/ -- cgit v1.2.3