Constructor

GtkAlertDialognew

Declaration [src]

GtkAlertDialog*
gtk_alert_dialog_new (
  const char* format,
  ...
)

Description [src]

Creates a new GtkAlertDialog object.

The message will be set to the formatted string resulting from the arguments.

Available since:4.10

Parameters

format const char*
 

Printf()-style format string.

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

Arguments for format.

Return value

Returns: GtkAlertDialog
 

The new GtkAlertDialog

 The caller of the function takes ownership of the data, and is responsible for freeing it.