| Top |  |  |  |  | 
    GObject
    ╰── GInitiallyUnowned
        ╰── ClutterActor
            ╰── ClutterTexture
                ╰── ClutterX11TexturePixmap
                    ╰── CinnamonGtkEmbed
                        ╰── CinnamonTrayIcon
void cinnamon_tray_icon_click (CinnamonTrayIcon *icon,ClutterEvent *event);
Fakes a press and release on icon
. event
 must be a
CLUTTER_BUTTON_RELEASE event. Its relevant details will be passed
on to the icon, but its coordinates will be ignored; the click is
always made on the center of icon
.