Function notify_notification_close
Synchronously tells the notification server to hide the notification on the screen.
extern(C) int notify_notification_close
(
NotifyNotification* notification,
glib .gerror .GError** error
);
Parameters
Name | Description |
---|---|
notification | The notification. |
error | The returned error information. |
Returns
true on success, or false on error with error filled in