Method

AdwToastget_title

since: 1.0

Declaration [src]

const char*
adw_toast_get_title (
  AdwToast* self
)

Description [src]

Gets the title that will be displayed on the toast.

Available since: 1.0

Gets propertyAdw.Toast:title

Return value

Type: const char*

The title.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.