From ea0eca4f717d7f4408273613a566f3550d27085b Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 27 Apr 2020 01:02:18 +0200 Subject: Rewrite started --- src/n_notify.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/n_notify.h (limited to 'src/n_notify.h') diff --git a/src/n_notify.h b/src/n_notify.h new file mode 100644 index 0000000..0c69fa7 --- /dev/null +++ b/src/n_notify.h @@ -0,0 +1,29 @@ +/* ************************************************************************************ */ +/* */ +/* File : n_notify.h /_________/ */ +/* Author : Joe | */ +/* Date : 04/2020 | */ +/* Info : Uses libnotify lib to notify | */ +/* / | */ +/* \ / */ +/* \_____/ */ +/* */ +/* ************************************************************************************ */ + +#ifndef JO_N_NOTIFY_H +#define JO_N_NOTIFY_H + +#include +#include +#include + +#define JO_LOWBAT "lowbat" + +void jo_n_notify( + const char[], + const char[], + NotifyUrgency, + int32_t + ); + +#endif -- cgit v1.2.3