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
24
Hotkeys
*
hotkeys_new
(
Audio
*
audio
);
25
void
hotkeys_free
(
Hotkeys
*
hotkeys
);
26
void
hotkeys_reload
(
Hotkeys
*
hotkeys
);
27
void
hotkeys_bind
(
Hotkeys
*
hotkeys
);
28
void
hotkeys_unbind
(
Hotkeys
*
hotkeys
);
29
30
#endif // _HOTKEYS_H
audio.h
Header for audio.c.
hotkeys
Definition:
hotkeys.c:67
hotkeys_free
void hotkeys_free(Hotkeys *hotkeys)
Definition:
hotkeys.c:228
audio
Definition:
audio.c:198
hotkeys_new
Hotkeys * hotkeys_new(Audio *audio)
Definition:
hotkeys.c:250
hotkeys_reload
void hotkeys_reload(Hotkeys *hotkeys)
Definition:
hotkeys.c:121
hotkeys_bind
void hotkeys_bind(Hotkeys *hotkeys)
Definition:
hotkeys.c:210
hotkeys_unbind
void hotkeys_unbind(Hotkeys *hotkeys)
Definition:
hotkeys.c:192
Generated on Wed Feb 14 2018 21:02:00 for pnmixer by
1.8.14