Method

Adw.WindowTitle.set_title

Declaration [src]

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

Description [src]

Sets the title of self.

Sets propertyAdw.WindowTitle:title

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