BackForwardListItem

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

Constructors

this
this(WebKitBackForwardListItem* webKitBackForwardListItem, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getBackForwardListItemStruct
WebKitBackForwardListItem* getBackForwardListItemStruct(bool transferOwnership)

Get the main Gtk struct

getOriginalUri
string getOriginalUri()

See also webkit_back_forward_list_item_get_uri().

getStruct
void* getStruct()

the main Gtk struct as a void*

getTitle
string getTitle()
getUri
string getUri()

This URI may differ from the original URI if the page was, for example, redirected to a new location. See also webkit_back_forward_list_item_get_original_uri().

Static functions

getType
GType getType()

Variables

webKitBackForwardListItem
WebKitBackForwardListItem* webKitBackForwardListItem;

the main Gtk struct

Meta