Enumeration
WebKit2FaviconDatabaseError
Description [src]
Enum values used to denote the various errors related to the WebKitFaviconDatabase
.
Members
WEBKIT_FAVICON_DATABASE_ERROR_NOT_INITIALIZED
-
The
WebKitFaviconDatabase
is closed.- Value:
0
- Nickname:
not-initialized
- Available since: 4.1
- Value:
WEBKIT_FAVICON_DATABASE_ERROR_FAVICON_NOT_FOUND
-
There is not an icon available for the requested URL.
- Value:
1
- Nickname:
favicon-not-found
- Available since: 4.1
- Value:
WEBKIT_FAVICON_DATABASE_ERROR_FAVICON_UNKNOWN
-
There might be an icon for the requested URL, but its data is unknown at the moment.
- Value:
2
- Nickname:
favicon-unknown
- Available since: 4.1
- Value: