Constructor

AdwNavigationPagenew_with_tag

Declaration [src]

AdwNavigationPage*
adw_navigation_page_new_with_tag (
  GtkWidget* child,
  const char* title,
  const char* tag
)

Description [src]

Creates a new AdwNavigationPage with provided tag.

Available since:1.4

Parameters

child GtkWidget*
 

The child widget.

 The data is owned by the caller of the function.
title const char*
 

The page title.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
tag const char*
 

The page tag.

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

Return value

Returns: AdwNavigationPage
 

The new created AdwNavigationPage

 The data is owned by the called function.