diff options
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 870b54c43..898133040 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -63,6 +63,9 @@ GtkWidget *ephy_web_view_new (void); void ephy_web_view_load_request (EphyWebView *web_view, WebKitNetworkRequest *request); +void ephy_web_view_load_url (EphyWebView *web_view, + const char *url); + void ephy_web_view_copy_back_history (EphyWebView *source, EphyWebView *dest); |