rpc-statusbar

rpc-statusbar — Communication with the statusbar applet.

Synopsis




void        statusbar_show_icon             (void);
void        statusbar_hide_icon             (void);

Description

These functions can be used to show/hide the statusbar icon for alarm.

Details

statusbar_show_icon ()

void        statusbar_show_icon             (void);

Increments the statusbar applet show count, if the counter was zero, the icon will be shown.


statusbar_hide_icon ()

void        statusbar_hide_icon             (void);

Decrements the statusbar applet show count, if the counter becomes zero, the icon will be hidden.