Method

AdwMessageDialogformat_body

Declaration [src]

void
adw_message_dialog_format_body (
  AdwMessageDialog* self,
  const char* format,
  ...
)

Description [src]

Sets the formatted body text of self.

See AdwMessageDialog:body.

Available since:1.2

Parameters

format const char*
 

The formatted string for the body text.

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

The parameters to insert into format.