Method

AdwAlertDialogformat_body

Declaration [src]

void
adw_alert_dialog_format_body (
  AdwAlertDialog* self,
  const char* format,
  ...
)

Description [src]

Sets the formatted body text of self.

See AdwAlertDialog:body.

Available since:1.5
This method is not directly available to language bindings.

Parameters

format const char*
 

The formatted string for the body text.

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

The parameters to insert into format.