Function notify_notification_set_app_name
Sets the application name for the notification. If this function is not called or if app_name is null, the application name will be set from the value used in notify_init() or overridden with notify_set_app_name().
extern(C) void notify_notification_set_app_name
(
NotifyNotification* notification,
const(char*) app_name
);
Parameters
| Name | Description |
|---|---|
| notification | a NotifyNotification |
| app_name | the localised application name |