Constructor

Adw.WindowTitle.new

Declaration [src]

GtkWidget*
adw_window_title_new (
  const char* title,
  const char* subtitle
)

Description [src]

Creates a new AdwWindowTitle.

Parameters

title const char*
 

a title

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
subtitle const char*
 

a subtitle

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string

Return value

Returns: GtkWidget*

the newly created AdwWindowTitle

Ownership is not transferred to the caller