Method

AdwViewStackget_visible_child_name

since: 1.0

Declaration [src]

const char*
adw_view_stack_get_visible_child_name (
  AdwViewStack* self
)

Description [src]

Returns the name of the currently visible child of self.

Available since: 1.0

Return value

Type: const char*

The name of the visible child.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.