Method

DevhelpWebViewget_devhelp_title

Declaration [src]

const gchar*
dh_web_view_get_devhelp_title (
  DhWebView* view
)

Description [src]

An enhanced getter function for the WebKitWebView:title property: when that property is the empty string or NULL, this function returns “Empty Page” (translated).

Available since:3.30

Return value

Returns: const gchar*
 

The title of view, suitable for a tab label or window title.

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