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 _getGType() static nothrow
GType _gType() @property nothrow
BackForwardListItem self() nothrowReturns `this`, for use in `with` statements.
BackForwardListItemGidBuilder builder() static nothrowGet builder for [webkit.back_forward_list_item.BackForwardListItem] Returns: New builder object
string getOriginalUri() nothrowObtain the original URI of the item.
string getTitle() nothrowObtain the title of the item. Returns: the page title of list_item or null when the title is empty.
string getUri() nothrowObtain the URI of the item.
Constructors
this(void * ptr, Flag!"Take" take)