Function notify_notification_set_category
Sets the category of this notification. This can be used by the notification server to filter or display the data in a certain way.
extern(C) void notify_notification_set_category
(
NotifyNotification* notification,
const(char*) category
);
Parameters
| Name | Description |
|---|---|
| notification | The notification. |
| category | The category. |