Method
Adw.ViewStack.add_named
Declaration [src]
AdwViewStackPage*
adw_view_stack_add_named (
AdwViewStack* self,
GtkWidget* child,
const char* name
)
Parameters
child |
GtkWidget* |
the widget to add |
|
The data is owned by the caller of the function | |
name |
const char* |
the name for |
|
Can be NULL | |
The data is owned by the caller of the function | |
The string is a NUL terminated UTF-8 string |
Return value
Returns: AdwViewStackPage |
|
the |
|
The data is owned by the called function |