Signal

VteTerminal::notification-received

Declaration

void
notification_received (
  VteTerminal* self,
  gchar* summary,
  gchar* body,
  gpointer user_data
)

Description [src]

Emitted when a process running in the terminal wants to send a notification to the desktop environment.

Default handler:

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

Parameters

summary

Type: gchar*

The summary.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
body

Type: gchar*

Extra optional text.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.