Function notify_notification_get_closed_reason

Returns the closed reason code for the notification. This is valid only after the "closed" signal is emitted.

extern(C) int notify_notification_get_closed_reason (
  const(NotifyNotification*) notification
);

Parameters

NameDescription
notification The notification.

Returns

The closed reason code.