Method

AdapNavigationViewpush_by_tag

since: 1.4

Declaration [src]

void
adap_navigation_view_push_by_tag (
  AdapNavigationView* self,
  const char* tag
)

Description [src]

Pushes the page with the tag tag onto the navigation stack.

If adap_navigation_view_add() hasn’t been called, the page is automatically removed once it’s popped.

AdapNavigationView::pushed will be emitted for the page.

See adap_navigation_view_push() and AdapNavigationPage:tag.

Available since: 1.4

Parameters

tag

Type: const char*

The page tag.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.