e-dialog-utils
void e_notice (gpointer parent, GtkMessageType type, const gchar *format, ...);
gpointer parent
GtkMessageType type
const gchar *format
...
Convenience function to show a dialog with a message and an "OK" button.
parent
the dialog's parent window, or NULL
NULL
type
the type of dialog (GTK_MESSAGE_INFO, GTK_MESSAGE_WARNING, or GTK_MESSAGE_ERROR)
GTK_MESSAGE_INFO
GTK_MESSAGE_WARNING
GTK_MESSAGE_ERROR
format
printf-style format string, followed by arguments