Method

AdwViewStackPageset_name

Declaration [src]

void
adw_view_stack_page_set_name (
  AdwViewStackPage* self,
  const char* name
)

Description [src]

Sets the name of the page.

Available since:1.0
Sets propertyAdw.ViewStackPage:name

Parameters

name const char*
 

The page name.

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