Method

AdwStatusPageset_title

since: 1.0

Declaration [src]

void
adw_status_page_set_title (
  AdwStatusPage* self,
  const char* title
)

Description [src]

Sets the title for self.

The title is displayed below the icon.

Available since: 1.0

Sets propertyAdw.StatusPage:title

Parameters

title

Type: const char*

The title.

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