pnmixer
Volume mixer for the system tray
|
Notification subsystem. More...
#include <math.h>
#include <glib.h>
#include "audio.h"
#include "prefs.h"
#include "support-intl.h"
#include "support-log.h"
#include "notif.h"
#include "main.h"
Go to the source code of this file.
Functions | |
void | notif_free (G_GNUC_UNUSED Notif *notif) |
Notif * | notif_new (G_GNUC_UNUSED Audio *audio) |
void | notif_reload (G_GNUC_UNUSED Notif *notif) |
Notification subsystem.
This file handles the notification subsystem via libnotify and mostly reacts to volume changes.
Definition in file notif.c.