WebContext.setFaviconDatabaseDirectory

Set the directory path to be used to store the favicons database for @context on disk. Passing %NULL as @path means using the default directory for the platform (see g_get_user_cache_dir()).

Calling this method also means enabling the favicons database for its use from the applications, so that's why it's expected to be called only once. Further calls for the same instance of #WebKitWebContext won't cause any effect.

class WebContext
void
setFaviconDatabaseDirectory
(
string path
)

Parameters

path string

an absolute path to the icon database directory or %NULL to use the defaults

Meta