Method

AdwMessageDialogget_body

Declaration [src]

const char*
adw_message_dialog_get_body (
  AdwMessageDialog* self
)

Description [src]

Gets the body text of self.

Available since:1.2
Gets propertyAdw.MessageDialog:body

Return value

Returns: const char*
 

The body of self.

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