diff options
author | Alejandro G. Castro <alex@igalia.com> | 2010-04-30 01:25:29 +0800 |
---|---|---|
committer | Alejandro G. Castro <alex@igalia.com> | 2010-05-03 18:50:41 +0800 |
commit | d60afa35bed002f98996fbdeb6a34ad01cc5b2cf (patch) | |
tree | 8a157809046533a3a9de04cbe19b8e5d4a52c087 /embed/ephy-web-view.h | |
parent | 4e914078cd832490b1d31804836f3ac2274fdaf0 (diff) | |
download | gsoc2013-epiphany-d60afa35bed002f98996fbdeb6a34ad01cc5b2cf.tar.gz gsoc2013-epiphany-d60afa35bed002f98996fbdeb6a34ad01cc5b2cf.tar.zst gsoc2013-epiphany-d60afa35bed002f98996fbdeb6a34ad01cc5b2cf.zip |
Refactored the load status callback of ephy-web-view.c
This patch uses the ephy-embed.c callback code and refactors it in
just one method in the ephy-web-view that handles all the status
changes for this object.
Bug #593743
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 4079ebd4c..b3ffb538b 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -180,9 +180,6 @@ const char * ephy_web_view_get_title_composite (EphyWebView /* These should be private */ void ephy_web_view_set_address (EphyWebView *view, const char *address); -void ephy_web_view_update_from_net_state (EphyWebView *view, - const char *uri, - WebKitLoadStatus state); void ephy_web_view_location_changed (EphyWebView *view, const char *location); void ephy_web_view_set_loading_title (EphyWebView *view, |