Method

AdapViewStackPageset_name

Declaration [src]

void
adap_view_stack_page_set_name (
  AdapViewStackPage* self,
  const char* name
)

Description [src]

Sets the name of the page.

Parameters

name

Type: const char*

The page name.

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