Method

HandyStatusPageset_title

since: 1.2

Declaration [src]

void
hdy_status_page_set_title (
  HdyStatusPage* self,
  const gchar* title
)

Description [src]

Sets the title for self.

Available since: 1.2

Sets propertyHandy.StatusPage:title

Parameters

title

Type: const gchar*

The title.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.