GtkStatusIcon::get_blinking

bool get_blinking();

Get 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();
$is_blinking = $tray->get_blinking();

See also: set_blinking()