Method

PurpleNotificationManageradd

unstable since: 3.0

Declaration [src]

void
purple_notification_manager_add (
  PurpleNotificationManager* manager,
  PurpleNotification* notification
)

Description [src]

Adds notification into manager.

manager will listen to PurpleNotification::deleted and when emitted, will remove notification as if purple_notification_manager_remove() was called.

Available since: 3.0

Parameters

notification

Type: PurpleNotification

The PurpleNotification to add.

The data is owned by the caller of the method.