#include <string>Go to the source code of this file.
Namespaces | |
| desktop | |
| desktop::notifications | |
Enumerations | |
| enum | desktop::notifications::type { desktop::notifications::CHAT , desktop::notifications::TURN_CHANGED , desktop::notifications::OTHER } |
Functions | |
| void | desktop::notifications::send (const std::string &owner, const std::string &message, type t) |
| Displays a desktop notification message, from owner, of type t. More... | |
| bool | desktop::notifications::available () |
| Returns whether we were compiled with support for desktop notifications. More... | |