Method

GtkAlertDialogget_message

since: 4.10

Declaration [src]

const char*
gtk_alert_dialog_get_message (
  GtkAlertDialog* self
)

Description [src]

Returns the message that will be shown in the alert.

Available since: 4.10

Return value

Type: const char*

The message.

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