|
pnmixer
Volume mixer for the system tray
|
Header for ui-tray-icon.c. More...
#include "audio.h"Go to the source code of this file.
Typedefs | |
| typedef struct tray_icon | TrayIcon |
Functions | |
| TrayIcon * | tray_icon_create (Audio *audio) |
| void | tray_icon_destroy (TrayIcon *tray_icon) |
| void | tray_icon_reload (TrayIcon *tray_icon) |
Definition at line 22 of file ui-tray-icon.h.
Creates the tray icon and connects all the signals.
Definition at line 582 of file ui-tray-icon.c.
| void tray_icon_destroy | ( | TrayIcon * | icon | ) |
Destroys the tray icon, freeing any resources.
| icon | a TrayIcon instance. |
Definition at line 565 of file ui-tray-icon.c.
| void tray_icon_reload | ( | TrayIcon * | icon | ) |
Update the tray icon according to the current preferences and the current audio status. Both can't be separated. This has to be called each time the preferences are modified.
| icon | a TrayIcon instance. |
Definition at line 536 of file ui-tray-icon.c.
1.8.14