diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-25 18:36:07 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-25 18:36:07 +0800 |
commit | eb16610ca83c149cf69344777fa1511396a9ca6b (patch) | |
tree | 4fd7b74577651e71cd235f0b0f0ac0b20155bf94 /embed/ephy-web-view.h | |
parent | 5bd0ebcc3daa9d847e484890a874905208395d80 (diff) | |
download | gsoc2013-epiphany-eb16610ca83c149cf69344777fa1511396a9ca6b.tar.gz gsoc2013-epiphany-eb16610ca83c149cf69344777fa1511396a9ca6b.tar.zst gsoc2013-epiphany-eb16610ca83c149cf69344777fa1511396a9ca6b.zip |
Rename ephy_web_view_get_load_status to ephy_web_view_is_loading
Much more clear, and avoids confusions with the WebKitWebView function
with similar name.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 69b00ae71..dd92b9d5d 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -177,7 +177,7 @@ void ephy_web_view_load_url (EphyWebView const char *url); void ephy_web_view_copy_back_history (EphyWebView *source, EphyWebView *dest); -gboolean ephy_web_view_get_load_status (EphyWebView *view); +gboolean ephy_web_view_is_loading (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); |