|  |  |  | Evolution Shell Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
#define E_ALERT_ASK_FILE_EXISTS_OVERWRITE #define E_ALERT_NO_SAVE_FILE #define E_ALERT_NO_LOAD_FILE EAlert; EAlert * e_alert_new (const gchar *tag,...); gint e_alert_run_dialog (GtkWindow *parent,EAlert *alert); gint e_alert_run_dialog_for_args (GtkWindow *parent,const gchar *tag,...);
EAlert * e_alert_new (const gchar *tag,...);
Creates a new EAlert.  The tag argument is used to determine
which alert to use, it is in the format domain:alert-id.  The NULL
terminated list of arguments, starting with arg0 is used to fill
out the alert definition.
| 
 | alert identifier | 
| 
 | |
| Returns : | a new EAlert | 
gint e_alert_run_dialog (GtkWindow *parent,EAlert *alert);
| 
 | |
| 
 | |
| Returns : |