GtkStatusIcon::set_blinking

bool set_blinking(bool blinking);

Set blinking state of the GtkStatusIcon object. A blinking state generally indicates a special state that requires the user's attention.

Not all systems support the blinking state.

$tray = new GtkStatusIcon();
$tray->set_blinking(false);

See also: get_blinking()