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