Function notify_notification_set_urgency
Sets the urgency level of this notification.
extern(C) void notify_notification_set_urgency
(
NotifyNotification* notification,
NotifyUrgency urgency
);
Parameters
| Name | Description |
|---|---|
| notification | The notification. |
| urgency | The urgency level. |