pnmixer
Volume mixer for the system tray
ui-tray-icon.h
Go to the documentation of this file.
1 /* ui-tray-icon.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 _UI_TRAY_ICON_H_
18 #define _UI_TRAY_ICON_H_
19 
20 #include "audio.h"
21 
22 typedef struct tray_icon TrayIcon;
23 
27 
28 #endif // _UI_TRAY_ICON_H_
Header for audio.c.
TrayIcon * tray_icon_create(Audio *audio)
Definition: ui-tray-icon.c:582
void tray_icon_reload(TrayIcon *tray_icon)
Definition: ui-tray-icon.c:536
void tray_icon_destroy(TrayIcon *tray_icon)
Definition: ui-tray-icon.c:565
Definition: audio.c:198