Method
WPEWebKitWebViewget_favicon
Declaration [src]
WebKitFavicon*
webkit_web_view_get_favicon (
WebKitWebView* web_view
)
Description [src]
Returns favicon currently associated to web_view
.
Returns favicon currently associated to web_view
, if any. You can
connect to notify::favicon signal of web_view
to be notified when
the favicon is available.
Gets property | WPEWebKit.WebView:favicon |
Return value
Type: WebKitFavicon
The favicon image or NULL
if there’s no
icon associated with web_view
.
The returned data is owned by the instance. |