aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/alarm.h
blob: 81710bda5e4e49417e6fbbc19057717af700cb7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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
commit/devel/R-cran-proto?id=59207d74c514f603766aee8c408fb3141a60dbe5'>Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Update math/R to 3.0.1-patched, and adjust dependent ports;bf2013-05-281-1/+1 * update math/R to 2.15.3, and adjust dependent portsbf2013-03-071-1/+1 * update the R base ports to 2.15.2 and adjust dependent portsbf2013-01-051-0/+1 * - Update to 0.3-10tota2012-12-243-10/+5 * update math/R to 2.15.1, switch to the new options format, andbf2012-06-271-1/+1 * - update math/R-cran-psych to 1.2.1 [1]bf2012-05-051-1/+1 * update math/R to 2.14.2, and adjust dependent portsbf2012-03-041-1/+1 * update math/R to 2.14.1, and adjust dependent portsbf2012-01-191-1/+1 * update math/R to 2.14.0, math/R-cran-sp to 0.9-91, and adjustbf2011-11-271-1/+1 * - Move PKGNAMEPREFIX defined in each R-cran- related ports Makefiletota2011-11-161-1/+0 * update math/R to 2.13.2, and adjust dependent portsbf2011-10-111-0/+1 * - Add a new port: devel/R-cran-prototota2011-09-10