aboutsummaryrefslogtreecommitdiffstats
path: root/notify.h
Commit message (Collapse)AuthorAgeFilesLines
* notify: Create a NullNotifier as the default notifierDave Reisner2013-08-221-0/+6
| | | | This notifier is boring. It does nothing.
* Favor nullptr over NULLDave Reisner2013-04-101-1/+1
|
* add support for libnotify based notifierDave Reisner2013-01-221-0/+52
|
* abstract volume/balance output away from ponymixDave Reisner2013-01-211-0/+38
Add a Notifier virtual base class and a CommandLineNotifier implementation which handles output of volume and balance levels after a change.