pnmixer
Volume mixer for the system tray
Macros | Typedefs | Functions
notif.h File Reference

Header for notif.c. More...

Go to the source code of this file.

Macros

#define _NOTIF_H_
 

Typedefs

typedef struct notif Notif
 

Functions

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

Detailed Description

Header for notif.c.

Header for notif.c.

Definition in file notif.h.

Macro Definition Documentation

◆ _NOTIF_H_

#define _NOTIF_H_

Definition at line 22 of file notif.h.

Typedef Documentation

◆ Notif

typedef struct notif Notif

Definition at line 24 of file notif.h.

Function Documentation

◆ notif_free()

void notif_free ( Notif notif)

◆ notif_new()

Notif* notif_new ( Audio audio)

◆ notif_reload()

void notif_reload ( Notif notif)