Method

AdwNavigationViewget_visible_page_tag

Declaration [src]

const char*
adw_navigation_view_get_visible_page_tag (
  AdwNavigationView* self
)

Description [src]

Gets the tag of the currently visible page in self.

Available since:1.7

Return value

Returns: const char*
 

The tag of the currently visible page.

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