summaryrefslogtreecommitdiff
path: root/totimer.h
blob: f52936000c08286635ed820ee493422947a51734 (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 1
#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