Method

AdwViewStackadd_named

Declaration [src]

AdwViewStackPage*
adw_view_stack_add_named (
  AdwViewStack* self,
  GtkWidget* child,
  const char* name
)

Description [src]

Adds a child to self.

The child is identified by the name.

Available since:1.0

Parameters

child GtkWidget
 

The widget to add.

 The data is owned by the caller of the function.
name const char*
 

The name for child.

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

Return value

Returns: AdwViewStackPage
 

The AdwViewStackPage for child.

 The data is owned by the instance.