Class
PurpleNotificationManager
Description [src]
final class Purple.NotificationManager : GObject.Object {
/* No available fields */
}
Purple Notification Manager manages all notifications between protocols and plugins and how the user interface interacts with them.
Available since: | 3.0.0 |
Functions
purple_notification_manager_get_default
Gets the default PurpleNotificationManager
instance.
Available since: 3.0.0
Instance methods
purple_notification_manager_get_unread_count
Gets the number of currently unread notifications.
Available since: 3.0.0
Properties
Purple.NotificationManager:unread-count
No description available.
Signals
Purple.NotificationManager::added
No description available.
Purple.NotificationManager::read
No description available.
Purple.NotificationManager::removed
No description available.
Purple.NotificationManager::unread
No description available.
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.