pnmixer
Volume mixer for the system tray
hotkeys.h
Go to the documentation of this file.
1 /* hotkeys.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 #ifndef _HOTKEYS_H_
18 #define _HOTKEYS_H_
19 
20 #include "audio.h"
21 
22 typedef struct hotkeys Hotkeys;
23 
29 
30 #endif // _HOTKEYS_H
Header for audio.c.
void hotkeys_free(Hotkeys *hotkeys)
Definition: hotkeys.c:228
Definition: audio.c:198
Hotkeys * hotkeys_new(Audio *audio)
Definition: hotkeys.c:250
void hotkeys_reload(Hotkeys *hotkeys)
Definition: hotkeys.c:121
void hotkeys_bind(Hotkeys *hotkeys)
Definition: hotkeys.c:210
void hotkeys_unbind(Hotkeys *hotkeys)
Definition: hotkeys.c:192