webkit.back_forward_list_item

Module for [BackForwardListItem] class

Types 3

One item of the #WebKitBackForwardList.

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

Methods
GType _gType() @property
BackForwardListItem self()Returns `this`, for use in `with` statements.
BackForwardListItemGidBuilder builder()Get builder for [webkit.backforwardlist_item.BackForwardListItem] Returns: New builder object
string getOriginalUri()Obtain the original URI of the item.
string getTitle()Obtain the title of the item. Returns: the page title of list_item or null when the title is empty.
string getUri()Obtain the URI of the item.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [webkit.back_forward_list_item.BackForwardListItem]