blob: ac8f1efbfc6e57f83057972c6f989515a37743f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//
// 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
bool notify(gpointer user_data);
int settimer(tres* lastres,guint32 wait);
#endif //POMODORI_TOTIMER_H
|