diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h')
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h b/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h index 493bfea40..7e6bfeb46 100644 --- a/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h +++ b/Source/WebKit2/UIProcess/API/gtk/WebKitDownload.h @@ -92,6 +92,13 @@ webkit_download_get_received_data_length (WebKitDownload *download); WEBKIT_API WebKitWebView * webkit_download_get_web_view (WebKitDownload *download); +WEBKIT_API gboolean +webkit_download_get_allow_overwrite (WebKitDownload *download); + +WEBKIT_API void +webkit_download_set_allow_overwrite (WebKitDownload *download, + gboolean allowed); + G_END_DECLS #endif |