Class

PhoshNotificationList

[]

Description [src]

final class Phosh.NotificationList : GObject.Object
  implements Gio.ListModel {
  /* No available fields */
}

A list containing one or more PhoshNotificationSource

PhoshNotificationList maps between PhoshNotificationSource objects and their notifications creating and removing sources on the fly.

[]

Ancestors

[]

Implements

[]

Constructors

phosh_notification_list_new

Create an empty PhoshNotificationList, generally used via phosh_notify_manager_get_list().

[]

Instance methods

phosh_notification_list_add

Registers a new notification with self adding to (or creating) the relevant PhoshNotificationSource.

phosh_notification_list_get_by_id

Find a PhoshNotification in self by it’s id.

Methods inherited from GObject (43)
Methods inherited from GListModel (5)
[]

Signals

Signals inherited from GObject (1)
Signals inherited from GListModel (1)

Class structure