Method

AdwWindowTitleset_title

Declaration [src]

void
adw_window_title_set_title (
  AdwWindowTitle* self,
  const char* title
)

Description [src]

Sets the title of self.

Available since:1.0
Sets propertyAdw.WindowTitle:title

Parameters

title const char*
 

A title.

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