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
24
TrayIcon
*
tray_icon_create
(
Audio
*
audio
);
25
void
tray_icon_destroy
(
TrayIcon
*
tray_icon
);
26
void
tray_icon_reload
(
TrayIcon
*
tray_icon
);
27
28
#endif // _UI_TRAY_ICON_H_
audio.h
Header for audio.c.
tray_icon_create
TrayIcon * tray_icon_create(Audio *audio)
Definition:
ui-tray-icon.c:582
tray_icon_reload
void tray_icon_reload(TrayIcon *tray_icon)
Definition:
ui-tray-icon.c:536
tray_icon_destroy
void tray_icon_destroy(TrayIcon *tray_icon)
Definition:
ui-tray-icon.c:565
audio
Definition:
audio.c:198
tray_icon
Definition:
ui-tray-icon.c:375
Generated on Wed Feb 14 2018 21:09:01 for pnmixer by
1.8.13