| Top |
GObject
╰── GDBusInterfaceSkeleton
╰── PhoshNotifyDbusNotificationsSkeleton
╰── PhoshNotifyManager
PhoshNotifyManager implements GDBusInterface and PhoshNotifyDbusNotifications.
PhoshNotificationList *
phosh_notify_manager_get_list (PhoshNotifyManager *self);
Get the PhoshNotificationList of current notifications
gboolean
phosh_notify_manager_get_show_banners (PhoshNotifyManager *self);
Are notififcation banners enabled
“new-notification” signalvoid user_function (PhoshNotifyManager *self, PhoshNotification *notification, gpointer user_data)
Emitted when a new notification is received and a banner should (possibly) be shown
self |
||
notification |
the new PhoshNotification |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last