Declaration
(gobject:define-genum "GNotificationPriority" notification-priority
(:export t
:type-initializer "g_notification_priority_get_type")
(:normal 0)
(:low 1)
(:high 2)
(:urgent 3)) Values - :normal
- The default priority, to be used for the majority of
notifications, for example email messages, software updates, completed download 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.
Details |
| See also |