Method

PurpleNotificationManagerremove

unstable since: 3.0

Declaration [src]

void
purple_notification_manager_remove (
  PurpleNotificationManager* manager,
  PurpleNotification* notification
)

Description [src]

Removes notification from manager.

Available since: 3.0

Parameters

notification

Type: PurpleNotification

The notification to remove.

The data is owned by the caller of the method.