Package: gio

GEnum g-notification-priority

Details

Priority levels for g-notification objects.
(define-g-enum "GNotificationPriority" g-notification-priority
  (:export t
   :type-initializer "g_notification_priority_get_type")
  (:normal 0)
  (:low 1)
  (:high 2)
  (:urgent 3))  
:normal
The default priority, to be used for the majority of notifications, for example email messages, software updates, completed download/sync operations.
:low
For notifications that do not require immediate attention - typically used for contextual background information, such as contact birthdays or local weather.
:high
For events that require more attention, usually because responses are time-sensitive, for example chat and SMS messages or alarms.
:urgent
For urgent notifications, or notifications that require a response in a short space of time, for example phone calls or emergency warnings.
 

See also

2021-10-8