From 4a41fd428bfd4ed95446e6f24bbd6ec60d87bf50 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 17 Apr 2020 16:32:09 +0200 Subject: Using libespeak and libnotify --- src/jo_n_notify.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/jo_n_notify.h (limited to 'src/jo_n_notify.h') diff --git a/src/jo_n_notify.h b/src/jo_n_notify.h new file mode 100644 index 0000000..7011baa --- /dev/null +++ b/src/jo_n_notify.h @@ -0,0 +1,27 @@ +/****************************************************************************************/ +/* */ +/* File : jo_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 + +void jo_n_notify( + const char[], + const char[], + NotifyUrgency, + int32_t + ); + +#endif -- cgit v1.2.3