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
26
Notif
*
notif_new
(
Audio
*
audio
);
27
void
notif_free
(
Notif
*
notif
);
28
void
notif_reload
(
Notif
*
notif
);
29
30
#endif // _NOTIF_H_
audio
Definition:
audio.c:198
notif_reload
void notif_reload(Notif *notif)
notif_free
void notif_free(Notif *notif)
notif
static Notif * notif
Definition:
main.c:45
Notif
struct notif Notif
Definition:
notif.h:24
notif_new
Notif * notif_new(Audio *audio)
Generated on Wed Feb 14 2018 21:13:40 for pnmixer by
1.8.14