diff options
author | nobody <nobody@localhost> | 1999-12-25 22:31:23 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-12-25 22:31:23 +0800 |
commit | fd70d0721ba156eb66529393469863bfa60f34e7 (patch) | |
tree | 7d0d3756e5b4657c67be691910240a559b06c3cc /calendar/gui/alarm-notify/alarm.h | |
parent | 9c84a9253936ded67c4ab3d8fb9a8b357a533411 (diff) | |
download | gsoc2013-evolution-gtkmm_1_1_6.tar gsoc2013-evolution-gtkmm_1_1_6.tar.gz gsoc2013-evolution-gtkmm_1_1_6.tar.bz2 gsoc2013-evolution-gtkmm_1_1_6.tar.lz gsoc2013-evolution-gtkmm_1_1_6.tar.xz gsoc2013-evolution-gtkmm_1_1_6.tar.zst gsoc2013-evolution-gtkmm_1_1_6.zip |
This commit was manufactured by cvs2svn to create tag 'gtkmm_1_1_6'.gtkmm_1_1_6
svn path=/tags/gtkmm_1_1_6/; revision=1519
Diffstat (limited to 'calendar/gui/alarm-notify/alarm.h')
-rw-r--r-- | calendar/gui/alarm-notify/alarm.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/calendar/gui/alarm-notify/alarm.h b/calendar/gui/alarm-notify/alarm.h deleted file mode 100644 index 81710bda5e..0000000000 --- a/calendar/gui/alarm-notify/alarm.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef ALARM_H -#define ALARM_H - -#include <time.h> - -typedef void (*AlarmFunction)(time_t time, CalendarAlarm *which, void *closuse); - -void alarm_init (void); -gboolean alarm_add (CalendarAlarm *alarm, AlarmFunction fn, void *closure); -int alarm_kill (void *closure); - -#endif |