Class

WPEWebKitBackForwardListItem

Description [src]

class WPEWebKit.BackForwardListItem : GObject.InitiallyUnowned {
  parent: GInitiallyUnowned
}

One item of the WebKitBackForwardList.

A history item is part of the WebKitBackForwardList and consists out of a title and a URI.

Hierarchy

hierarchy this WebKitBackForwardListItem ancestor_0 GInitiallyUnowned ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Instance methods

webkit_back_forward_list_item_get_original_uri

Obtain the original URI of the item. See also webkit_back_forward_list_item_get_uri().

webkit_back_forward_list_item_get_title

Obtain the title of the item.

webkit_back_forward_list_item_get_uri

Obtain the URI of the item.

Methods inherited from GObject (42)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

struct WPEWebKitBackForwardListItemClass {
  GInitiallyUnownedClass parent_class;
  void (* _webkit_reserved0) (
void
  );
  void (* _webkit_reserved1) (
void
  );
  void (* _webkit_reserved2) (
void
  );
  void (* _webkit_reserved3) (
void
  );
  
}
Class members
parent_class
GInitiallyUnownedClass
  No description available.
_webkit_reserved0
void (* _webkit_reserved0) (
void
  )
  No description available.
_webkit_reserved1
void (* _webkit_reserved1) (
void
  )
  No description available.
_webkit_reserved2
void (* _webkit_reserved2) (
void
  )
  No description available.
_webkit_reserved3
void (* _webkit_reserved3) (
void
  )
  No description available.