Method
AdwMessageDialogformat_body_markup
deprecated: 1.6 since: 1.2
[−]
Declaration [src]
void
adw_message_dialog_format_body_markup (
AdwMessageDialog* self,
const char* format,
...
)
[−]
Description [src]
Sets the formatted body text of self
with Pango markup.
The format
is assumed to contain Pango markup.
Special XML characters in the printf()
arguments passed to this function
will automatically be escaped as necessary, see
g_markup_printf_escaped()
.
Available since: 1.2
Deprecated since: 1.6
Use AdwAlertDialog
.
This method is not directly available to language bindings.
[−]
Parameters
format
-
Type:
const char*
The formatted string for the body text with Pango markup.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. ...
-
Type:
The parameters to insert into
format
.