diff options
author | Xan Lopez <xan@gnome.org> | 2009-09-24 21:16:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-09-24 21:16:59 +0800 |
commit | 76032eecc218e48c887727cd58ab7b63cfae5802 (patch) | |
tree | 064485adf3027b449598c165398280b7e2657532 | |
parent | 868dc9753fc0ec7f22d4bdce84411d6b12b592e0 (diff) | |
download | gsoc2013-epiphany-76032eecc218e48c887727cd58ab7b63cfae5802.tar.gz gsoc2013-epiphany-76032eecc218e48c887727cd58ab7b63cfae5802.tar.zst gsoc2013-epiphany-76032eecc218e48c887727cd58ab7b63cfae5802.zip |
ephy-web-view.c: update comment of ephy_web_view_is_loading
-rw-r--r-- | embed/ephy-web-view.c | 7 |
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 **/ |