Method

AdapNavigationPageset_title

since: 1.4

Declaration [src]

void
adap_navigation_page_set_title (
  AdapNavigationPage* self,
  const char* title
)

Description [src]

Sets the title of self.

It’s displayed in AdapHeaderBar instead of the window title, and used as the tooltip on the next page’s back button, as well as by screen reader.

Available since: 1.4

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.