@@ -306,7 +306,7 @@ filename you can connect to notify::response signal and call
If <aclass="link"href="WebKitDownload.html#WebKitDownload-decide-destination"title="The “decide-destination” signal"><spanclass="type">“decide-destination”</span></a> signal is not handled
and destination URI is not set when the download tranfer starts,
the file will be saved with the filename suggested by the server in
<p>This signal is emitted after response is received to
decide a destination URI for the download. If this signal is not
handled the file will be downloaded to <codeclass="literal">G_USER_DIRECTORY_DOWNLOAD</code>
handled the file will be downloaded to <ahref="../glib/glib-Miscellaneous-Utility-Functions.html#G-USER-DIRECTORY-DOWNLOAD:CAPS"><codeclass="literal">G_USER_DIRECTORY_DOWNLOAD</code></a>
directory using <emclass="parameter"><code>suggested_filename</code></em>
.</p>
<divclass="refsect3">
...
...
@@ -701,7 +701,7 @@ directory using <em class="parameter"><code>suggested_filename</code></em>
<p><ahref="../glib/glib-Standard-Macros.html#TRUE:CAPS"><codeclass="literal">TRUE</code></a> to stop other handlers from being invoked for the event.
<ahref="../glib/glib-Standard-Macros.html#FALSE:CAPS"><codeclass="literal">FALSE</code></a> to propagate the event further.</p>
@@ -149,6 +149,11 @@ asynchronously waiting for the icon to be read from the database.</p>
<p>This is an asynchronous method. When the operation is finished, callback will
be invoked. You can then call <aclass="link"href="WebKitFaviconDatabase.html#webkit-favicon-database-get-favicon-finish"title="webkit_favicon_database_get_favicon_finish ()"><codeclass="function">webkit_favicon_database_get_favicon_finish()</code></a>
to get the result of the operation.</p>
<p>You must call <aclass="link"href="WebKitWebContext.html#webkit-web-context-set-favicon-database-directory"title="webkit_web_context_set_favicon_database_directory ()"><codeclass="function">webkit_web_context_set_favicon_database_directory()</code></a> for
the <aclass="link"href="WebKitWebContext.html"title="WebKitWebContext"><spanclass="type">WebKitWebContext</span></a> associated with this <aclass="link"href="WebKitFaviconDatabase.html"title="WebKitFaviconDatabase"><spanclass="type">WebKitFaviconDatabase</span></a>
before attempting to use this function; otherwise,
<aclass="link"href="WebKitFaviconDatabase.html#webkit-favicon-database-get-favicon-finish"title="webkit_favicon_database_get_favicon_finish ()"><codeclass="function">webkit_favicon_database_get_favicon_finish()</code></a> will return
<p>A <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><codeclass="literal">NULL</code></a>-terminated array of strings containing the list of MIME
types the file chooser dialog should handle. See
<aclass="link"href="WebKitFileChooserRequest.html#webkit-file-chooser-request-get-mime-types"title="webkit_file_chooser_request_get_mime_types ()"><codeclass="function">webkit_file_chooser_request_get_mime_types()</code></a> for more details.</p>
<p>A <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><codeclass="literal">NULL</code></a>-terminated array of strings containing the list of
selected files associated to the current request. See
<aclass="link"href="WebKitFileChooserRequest.html#webkit-file-chooser-request-get-selected-files"title="webkit_file_chooser_request_get_selected_files ()"><codeclass="function">webkit_file_chooser_request_get_selected_files()</code></a> for more details.</p>
<p><ahref="../glib/glib-Standard-Macros.html#TRUE:CAPS"><codeclass="literal">TRUE</code></a> if the proposed <emclass="parameter"><code>context_menu</code></em>
has been modified, or <ahref="../glib/glib-Standard-Macros.html#FALSE:CAPS"><codeclass="literal">FALSE</code></a> otherwise.</p>