Method

AdwToastget_title

Declaration [src]

const char*
adw_toast_get_title (
  AdwToast* self
)

Description [src]

Gets the title that will be displayed on the toast.

If a custom title has been set with adw_toast_set_custom_title() the return value will be NULL.

Available since:1.0
Gets propertyAdw.Toast:title

Return value

Returns: utf8
 

The title.

 The data is owned by the instance.
 The return value can be NULL.
 The string is a NUL terminated UTF-8 string.