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