Signal
PurpleNotificationManager::added
unstable since: 3.0
Declaration
void
added (
PurpleNotificationManager* self,
PurpleNotification* notification,
gpointer user_data
)
Description [src]
Emitted after notification has been added to manager.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
notification-
Type:
PurpleNotificationThe
PurpleNotificationthat was added.The data is owned by the caller of the function.