Method

AdapMessageDialogset_body

since: 1.2

Declaration [src]

void
adap_message_dialog_set_body (
  AdapMessageDialog* self,
  const char* body
)

Description [src]

Sets the body text of self.

Available since: 1.2

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.