Method

AdwDialogset_title

since: 1.5

Declaration [src]

void
adw_dialog_set_title (
  AdwDialog* self,
  const char* title
)

Description [src]

Sets the title of self.

Available since: 1.5

Sets propertyAdw.Dialog:title

Parameters

title

Type: const char*

The new title.

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