The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
notifications.cpp File Reference
#include "notifications.hpp"
#include "global.hpp"
#include "game_preferences.hpp"
#include "gettext.hpp"
#include "sdl/compat.hpp"
#include "video.hpp"
Include dependency graph for notifications.cpp:

Go to the source code of this file.

Namespaces

 desktop
 
 desktop::notifications
 

Functions

bool desktop::notifications::available ()
 Returns whether we were compiled with support for desktop notifications. More...
 
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...