aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-notify-dialog.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-07-11 07:57:55 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-07-11 07:57:55 +0800
commit39e7268930b5d5cbc6f9128ebf1a8055ed007cc6 (patch)
tree597c5878fb740534c1716ef293cb14bc113d460b /calendar/gui/alarm-notify/alarm-notify-dialog.h
parentee250cad8e32e0aaa9d9a57c4154ea7728b7c4f2 (diff)
downloadgsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar
gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.gz
gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.bz2
gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.lz
gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.xz
gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.tar.zst
gsoc2013-evolution-39e7268930b5d5cbc6f9128ebf1a8055ed007cc6.zip
Handle the different alarm actions. (display_notification): Do the alarm
2001-07-10 Federico Mena Quintero <federico@ximian.com> * gui/alarm-notify/alarm-queue.c (alarm_trigger_cb): Handle the different alarm actions. (display_notification): Do the alarm notification dialog here. * gui/alarm-notify/alarm-notify-dialog.c (make_heading): Take in a CalComponentVType, not a whole component. (alarm_notify_dialog): Take in a CalComponentVType and the final message instead of generating it ourselves. svn path=/trunk/; revision=10978
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-notify-dialog.h')
-rw-r--r--calendar/gui/alarm-notify/alarm-notify-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify-dialog.h b/calendar/gui/alarm-notify/alarm-notify-dialog.h
index 6399261819..2eebbf1796 100644
--- a/calendar/gui/alarm-notify/alarm-notify-dialog.h
+++ b/calendar/gui/alarm-notify/alarm-notify-dialog.h
@@ -37,7 +37,7 @@ typedef enum {
typedef void (* AlarmNotifyFunc) (AlarmNotifyResult result, int snooze_mins, gpointer data);
gboolean alarm_notify_dialog (time_t trigger, time_t occur_start, time_t occur_end,
- CalComponent *comp,
+ CalComponentVType vtype, const char *message,
AlarmNotifyFunc func, gpointer func_data);