pnmixer
Volume mixer for the system tray
Functions
notif.c File Reference

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"
Include dependency graph for notif.c:

Go to the source code of this file.

Functions

void notif_free (G_GNUC_UNUSED Notif *notif)
 
Notifnotif_new (G_GNUC_UNUSED Audio *audio)
 
void notif_reload (G_GNUC_UNUSED Notif *notif)
 

Detailed Description

Notification subsystem.

This file handles the notification subsystem via libnotify and mostly reacts to volume changes.

Definition in file notif.c.

Function Documentation

◆ notif_free()

void notif_free ( G_GNUC_UNUSED Notif notif)

Definition at line 279 of file notif.c.

◆ notif_new()

Notif* notif_new ( G_GNUC_UNUSED Audio audio)

Definition at line 284 of file notif.c.

◆ notif_reload()

void notif_reload ( G_GNUC_UNUSED Notif notif)

Definition at line 290 of file notif.c.