Method

AdwMultiLayoutViewget_child

Declaration [src]

GtkWidget*
adw_multi_layout_view_get_child (
  AdwMultiLayoutView* self,
  const char* id
)

Description [src]

Gets the child for id to self.

Available since:1.6

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 id.

 The data is owned by the instance.
 The return value can be NULL.