| Top |
| gboolean | allow-overwrite | Read / Write |
| gchar * | destination | Read |
| gdouble | estimated-progress | Read |
| WebKitURIResponse * | response | Read |
| void | created-destination | Run Last |
| gboolean | decide-destination | Run Last |
| void | failed | Run Last |
| void | finished | Run Last |
| void | received-data | Run Last |
WebKitURIRequest *
webkit_download_get_request (WebKitDownload *download);
const gchar *
webkit_download_get_destination (WebKitDownload *download);
void webkit_download_set_destination (WebKitDownload *download,const gchar *uri);
WebKitURIResponse *
webkit_download_get_response (WebKitDownload *download);
gdouble
webkit_download_get_estimated_progress
(WebKitDownload *download);
gdouble
webkit_download_get_elapsed_time (WebKitDownload *download);
guint64
webkit_download_get_received_data_length
(WebKitDownload *download);
WebKitWebView *
webkit_download_get_web_view (WebKitDownload *download);
gboolean
webkit_download_get_allow_overwrite (WebKitDownload *download);
void webkit_download_set_allow_overwrite (WebKitDownload *download,gboolean allowed);
“allow-overwrite” property“allow-overwrite” gboolean
Whether the destination may be overwritten.
Flags: Read / Write
Default value: FALSE
“destination” property“destination” gchar *
The local URI to where the download will be saved.
Flags: Read
Default value: NULL
“estimated-progress” property“estimated-progress” gdouble
Determines the current progress of the download.
Flags: Read
Allowed values: [0,1]
Default value: 1
“created-destination” signalvoid user_function (WebKitDownload *webkitdownload, gchar *arg1, gpointer user_data)
Flags: Run Last
“decide-destination” signalgboolean user_function (WebKitDownload *webkitdownload, gchar *arg1, gpointer user_data)
Flags: Run Last
“failed” signalvoid user_function (WebKitDownload *webkitdownload, GError *arg1, gpointer user_data)
Flags: Run Last
“finished” signalvoid user_function (WebKitDownload *webkitdownload, gpointer user_data)
Flags: Run Last
“received-data” signalvoid user_function (WebKitDownload *webkitdownload, guint64 arg1, gpointer user_data)
Flags: Run Last