Method

GtkAlertDialogset_message

Declaration [src]

void
gtk_alert_dialog_set_message (
  GtkAlertDialog* self,
  const char* message
)

Description [src]

Sets the message that will be shown in the alert.

Available since:4.10

Parameters

message const char*
 

The new message.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.