Method: Libnotify::API#close
- Defined in:
- lib/libnotify/api.rb
#close ⇒ Object
Close a previously shown notification.
80 81 82 |
# File 'lib/libnotify/api.rb', line 80 def close notify_notification_close(@notification, nil) if @notification end |