Method

Adw.Leaflet.set_visible_child_name

Declaration [src]

void
adw_leaflet_set_visible_child_name (
  AdwLeaflet* self,
  const char* name
)

Description [src]

Makes the child with the name name visible.

See adw_leaflet_set_visible_child() for more details.

Parameters

name const char*
 

the name of a child

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string