Changeset 204080 in webkit


Ignore:
Timestamp:
Aug 3, 2016, 7:35:38 AM (9 years ago)
Author:
Michael Catanzaro
Message:

[GTK] Document how to initialize WebKitFaviconDatabase
https://bugs.webkit.org/show_bug.cgi?id=160391

Reviewed by Carlos Garcia Campos.

  • UIProcess/API/gtk/WebKitFaviconDatabase.cpp:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r204057 r204080  
     12016-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
    1102016-08-02  Tim Horton  <timothy_horton@apple.com>
    211
  • trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp

    r185502 r204080  
    260260 * be invoked. You can then call webkit_favicon_database_get_favicon_finish()
    261261 * 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.
    262268 */
    263269void 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.