Method

WebKitWebViewget_favicon

deprecated: 2.54 

Declaration [src]

GdkTexture*
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.

New applications should use webkit_web_view_get_page_icons() instead.

Deprecated since: 2.54

Please do not use it in newly written code.

Gets propertyWebKit.WebView:favicon

Return value

Type: GdkTexture

The favicon image or NULL if there’s no icon associated with web_view.

The returned data is owned by the instance.