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
lantw44/cgit/freebsd-ports-gnome/log/cad/cider'>
path: root/cad/cider
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-4/+1
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Unreak.bdrewery2015-03-231-11/+4
* Cleanup plistbapt2014-10-201-17/+0
* Stage cad/cider. Mark BROKEN on F10+ caused by bmakemarino2014-08-1846-500/+528
* Reset maintainership for ports not staged with no pending PRbapt2014-07-241-1/+1
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
* Remove trailing whitespaces from category cadehaupt2014-02-211-1/+1
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
* Convert cad to MDOCS and MEXAMPLESadamw2014-01-031-1/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-5/+2
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* Fix a few typos in ports/cad.olgeni2010-07-30