ultimatepp/bazaar/Notify/Notify.h
bytefield cedaf61bdc Initial commit, passive pop-up notifications for Linux
git-svn-id: svn://ultimatepp.org/upp/trunk@1911 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-20 03:35:08 +00:00

9 lines
297 B
C

#ifndef _Notify_Notify_h_
#define _Notify_Notify_h_
void NotifyInfo(const char * title, const char * message, int timeout = 10);
void NotifyWarning(const char * title, const char * message, int timeout = 10);
void NotifyError(const char * title, const char * message, int timeout = 10);
#endif