Class

WebKitPageIcons

unstable since: 2.52

Description [src]

final class WebKit.PageIcons : GObject.Object
{
  /* No available fields */
}

Represents the set of icons associated with a page.

Available since: 2.52

Hierarchy

hierarchy this WebKitPageIcons ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

webkit_page_icons_get_image
No description available.

unstable since: 6.0

webkit_page_icons_get_n_images
No description available.

unstable since: 6.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

WebKit.PageIcons::loaded

This signal is emitted when all the page icons have been loaded.

unstable since: 6.0

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct WebKitPageIconsClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.