Constructor

AdwBannernew

Declaration [src]

GtkWidget*
adw_banner_new (
  const char* title
)

Description [src]

Creates a new AdwBanner.

Available since:1.3

Parameters

title const char*
 

The banner title.

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

Return value

Returns: GtkWidget
 

The newly created AdwBanner

 The data is owned by the called function.