Set blinking state of the GtkStatusIcon object. A blinking state generally indicates a special state that requires the user's attention.
$tray = new GtkStatusIcon(); $tray->set_blinking(false);
See also: get_blinking()