Method
WebKitWebViewget_page_icons
unstable since: 2.54
Declaration [src]
WebKitImageList*
webkit_web_view_get_page_icons (
WebKitWebView* web_view
)
Description [src]
Returns the page icons for the content loaded in the web view.
Gets the page icons associated with the content currently loaded in the
web_view, if any, as a WebKitImageList. Changes to the page icons
can be observed by connecting to the notify::page-icons signal.
Available since: 2.54
| Gets property | WebKit.WebView:page-icons |
Return value
Type: WebKitImageList
A list of icons, or NULL if there
are no icons for the content loaded in web_view.
| The returned data is owned by the instance. |
The return value can be NULL. |