diff options
Diffstat (limited to 'e-util/e-web-view.h')
-rw-r--r-- | e-util/e-web-view.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h index df338abd71..5071e3681d 100644 --- a/e-util/e-web-view.h +++ b/e-util/e-web-view.h @@ -185,6 +185,14 @@ void e_web_view_stop_loading (EWebView *web_view); void e_web_view_update_actions (EWebView *web_view); gchar * e_web_view_get_selection_html (EWebView *web_view); void e_web_view_update_fonts (EWebView *web_view); +void e_web_view_request (EWebView *web_view, + const gchar *uri, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +GInputStream * e_web_view_request_finish (EWebView *web_view, + GAsyncResult *result, + GError **error); void e_web_view_install_request_handler (EWebView *web_view, |