1 2 3 4 5 6 7 8
#include <stdbool.h> void tray_set_defaults(); void tray_init(); void tray_show(); void tray_hide(); bool tray_visible(); bool tray_embedded();