Method

AdapViewStackPageset_title

Declaration [src]

void
adap_view_stack_page_set_title (
  AdapViewStackPage* self,
  const char* title
)

Description [src]

Sets the page title.

Parameters

title

Type: const char*

The page 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.