Top | ![]() |
![]() |
![]() |
![]() |
PhoshNotificationSourcePhoshNotificationSource — A GListModel containing one or more notifications |
PhoshNotificationSource * | phosh_notification_source_new () |
void | phosh_notification_source_add () |
const char * | phosh_notification_source_get_name () |
A PhoshNotificationSource groups notifications. A source has a name which is usually the app_id of the sending application.
PhoshNotificationSource *
phosh_notification_source_new (const char *name
);
void phosh_notification_source_add (PhoshNotificationSource *self
,PhoshNotification *notification
);
const char *
phosh_notification_source_get_name (PhoshNotificationSource *self
);
#define PHOSH_TYPE_NOTIFICATION_SOURCE (phosh_notification_source_get_type ())
“empty”
signalvoid user_function (PhoshNotificationSource *phoshnotificationsource, gpointer user_data)
Flags: Run Last