| Top |
PhoshNotificationListPhoshNotificationList — A list containing one or more PhoshNotificationSource |
PhoshNotificationList *
phosh_notification_list_new (void);
Create an empty PhoshNotificationList, generally used via
phosh_notify_manager_get_list()
void phosh_notification_list_add (PhoshNotificationList *self,const char *source_id,PhoshNotification *notification);
Registers a new notification with self
adding to (or creating) the relevent
PhoshNotificationSource
self |
||
source_id |
id of the PhoshNotificationSource |
|
notification |
the new PhoshNotification |
PhoshNotification * phosh_notification_list_get_by_id (PhoshNotificationList *self,guint id);
Find a PhoshNotification in self
by it's id