Method

GtkAlertDialogget_message

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

Returns: const char*
 

The message.

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