Method

AdwMessageDialogget_heading

Declaration [src]

const char*
adw_message_dialog_get_heading (
  AdwMessageDialog* self
)

Description [src]

Gets the heading of self.

Available since:1.2

Return value

Returns: utf8
 

The heading of self.

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