aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-alert-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-alert-dialog.h')
-rw-r--r--e-util/e-alert-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-alert-dialog.h b/e-util/e-alert-dialog.h
index d70a76a951..df87c90f99 100644
--- a/e-util/e-alert-dialog.h
+++ b/e-util/e-alert-dialog.h
@@ -76,6 +76,7 @@ gint e_alert_run_dialog(GtkWindow *parent, EAlert *alert);
gint e_alert_run_dialog_for_args (GtkWindow *parent, const gchar *tag, const gchar *arg0, ...);
guint e_alert_dialog_count_buttons (EAlertDialog *dialog);
+EAlert *e_alert_dialog_get_alert (EAlertDialog *dialog);
G_END_DECLS