Method
AdwMultiLayoutViewget_child
Declaration [src]
GtkWidget*
adw_multi_layout_view_get_child (
AdwMultiLayoutView* self,
const char* id
)
Parameters
id |
const char* |
The id of the child. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | GtkWidget |
The child for |
|
| The data is owned by the instance. | |
The return value can be NULL. |