Method

WebKitBackForwardListItemget_title

Declaration [src]

const gchar*
webkit_back_forward_list_item_get_title (
  WebKitBackForwardListItem* list_item
)

Description [src]

Since 2.44, page titles are no longer stored in history. This function now returns an empty string.

Return value

Returns: utf8
 

An empty string.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.