dialog_show_error


Description:


public void dialog_show_error (Window? parent, Error? error, string primary_format, ...)

Displays an error dialog on parent using the primary_format as primary message and optionally displaying error as secondary error text.

Parameters:

parent

transient parent of the dialog, or null.

error

a Error, which gives a more precise description of the problem or null.

primary_format

the printf-style format for the primary problem description.

...

argument list for the primary_format.


Namespace: Xfce
Package: libxfce4ui-2