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.