Method

IdeNotificationsadd_notification

Declaration

void
ide_notifications_add_notification (
  IdeNotifications* self,
  IdeNotification* notification
)

Description

Adds notification as a child of self, sorting it by priority and urgency.

Parameters

notification

Type: IdeNotification

An IdeNotification.

The data is owned by the caller of the method.