Method

AdwAlertDialogset_body

Declaration [src]

void
adw_alert_dialog_set_body (
  AdwAlertDialog* self,
  const char* body
)

Description [src]

Sets the body text of self.

Available since:1.5
Sets propertyAdw.AlertDialog:body

Parameters

body const char*
 

The body of self.

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