pnmixer
Volume mixer for the system tray
notif.h
Go to the documentation of this file.
1 /* notif.h
2  * PNmixer is written by Nick Lanham, a fork of OBmixer
3  * which was programmed by Lee Ferrett, derived
4  * from the program "AbsVolume" by Paul Sherman
5  * This program is free software; you can redistribute
6  * it and/or modify it under the terms of the GNU General
7  * Public License v3. source code is available at
8  * <http://github.com/nicklan/pnmixer>
9  */
10 
17 #ifdef HAVE_CONFIG_H
18 #include <config.h>
19 #endif
20 
21 #ifndef _NOTIF_H_
22 #define _NOTIF_H_
23 
24 typedef struct notif Notif;
25 
27 void notif_free(Notif *notif);
28 void notif_reload(Notif *notif);
29 
30 #endif // _NOTIF_H_
Definition: audio.c:198
void notif_reload(Notif *notif)
void notif_free(Notif *notif)
static Notif * notif
Definition: main.c:45
struct notif Notif
Definition: notif.h:24
Notif * notif_new(Audio *audio)