Changeset 204080 in webkit
- Timestamp:
- Aug 3, 2016, 7:35:38 AM (9 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r204057 r204080 1 2016-08-03 Michael Catanzaro <mcatanzaro@igalia.com> 2 3 [GTK] Document how to initialize WebKitFaviconDatabase 4 https://bugs.webkit.org/show_bug.cgi?id=160391 5 6 Reviewed by Carlos Garcia Campos. 7 8 * UIProcess/API/gtk/WebKitFaviconDatabase.cpp: 9 1 10 2016-08-02 Tim Horton <timothy_horton@apple.com> 2 11 -
trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp
r185502 r204080 260 260 * be invoked. You can then call webkit_favicon_database_get_favicon_finish() 261 261 * to get the result of the operation. 262 * 263 * You must call webkit_web_context_set_favicon_database_directory() for 264 * the #WebKitWebContext associated with this #WebKitFaviconDatabase 265 * before attempting to use this function; otherwise, 266 * webkit_favicon_database_get_favicon_finish() will return 267 * %WEBKIT_FAVICON_DATABASE_ERROR_NOT_INITIALIZED. 262 268 */ 263 269 void webkit_favicon_database_get_favicon(WebKitFaviconDatabase* database, const gchar* pageURI, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer userData)
Note:
See TracChangeset
for help on using the changeset viewer.