Signal

PurpleNotificationManager::removed

since: 3.0

Declaration

void
removed (
  PurpleNotificationManager* self,
  PurpleNotification* notification,
  gpointer user_data
)

Description [src]

Emitted after notification has been removed from manager.

Default handler:

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

Available since: 3.0

Parameters

notification

Type: PurpleNotification

The PurpleNotification that was removed.

The data is owned by the caller of the function.