Function notify_notification_new

Creates a new NotifyNotification. The summary text is required, but all other parameters are optional.

extern(C) NotifyNotification* notify_notification_new (
  const(char*) summary,
  const(char*) body,
  const(char*) icon
);

Parameters

NameDescription
summary The required summary text.
body The optional body text.
icon The optional icon theme icon name or filename.

Returns

The new NotifyNotification.