BackForwardListItem

One item of the #WebKitBackForwardList.

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

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

getOriginalUri
string getOriginalUri()

Obtain the original URI of the item.

getTitle
string getTitle()

Obtain the title of the item.

getUri
string getUri()

Obtain the URI of the item.

self
BackForwardListItem self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Inherited Members

From InitiallyUnowned

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
InitiallyUnowned self()

Returns this, for use in with statements.