Method

PurpleNotificationManageradd

since: 3.0

Declaration [src]

void
purple_notification_manager_add (
  PurpleNotificationManager* manager,
  PurpleNotification* notification
)

Description [src]

Adds notification into manager.

Available since: 3.0

Parameters

notification

Type: PurpleNotification

The PurpleNotification to add.

The data is owned by the caller of the function.