Signal

GtkStatusIcon::activate

since: 2.10

Declaration

void
activate (
  GtkStatusIcon* self,
  gpointer user_data
)

Description [src]

Gets emitted when the user activates the status icon. If and how status icons can activated is platform-dependent.

Unlike most G_SIGNAL_ACTION signals, this signal is meant to be used by applications and should be wrapped by language bindings.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Signal can be directly emitted on objects from user code
Available since: 2.10