Method

AdapAlertDialogset_body

since: 1.5

Declaration [src]

void
adap_alert_dialog_set_body (
  AdapAlertDialog* self,
  const char* body
)

Description [src]

Sets the body text of self.

Available since: 1.5

Sets propertyAdap.AlertDialog:body

Parameters

body

Type: const char*

The body of self.

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