WebContext.getFaviconDatabaseDirectory

Get the directory path being used to store the favicons database for @context, or %NULL if webkit_web_context_set_favicon_database_directory() hasn't been called yet.

This function will always return the same path after having called webkit_web_context_set_favicon_database_directory() for the first time.

class WebContext
string
getFaviconDatabaseDirectory
()

Return Value

Type: string

the path of the directory of the favicons database associated with @context, or %NULL.

Meta