summaryrefslogtreecommitdiff
path: root/totimer.h
blob: 0bbd5bbfd785a0d540659fa553fd57bcf27a190a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// Created by joe on 9/3/15.
//

#ifndef POMODORI_TOTIMER_H
#define POMODORI_TOTIMER_H

#include <libnotify/notify.h>
#include "logging.h"
#include "glib.h"

#define POTIME 25
#define POTEXT 5

void timer_init();

bool notify(gpointer user_data);

void timer_set(tres* lastres,guint32 wait);

void timer_kill();

#endif //POMODORI_TOTIMER_H