Method

AdwAlertDialogget_heading

Declaration [src]

const char*
adw_alert_dialog_get_heading (
  AdwAlertDialog* self
)

Description [src]

Gets the heading of self.

Available since:1.5

Return value

Returns: const char*
 

The heading of self.

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