lib/libnotify.rb in libnotify-0.9.0 vs lib/libnotify.rb in libnotify-0.9.1
- old
+ new
@@ -41,9 +41,10 @@
# n.timeout = 1.5 # overrides :timeout in options
# n.show!
# end
#
# @param [Hash] options options creating a notification
+ # @option options [String] :app_name ('Libnotify::API') name of the application
# @option options [String] :summary (' ') summary/title of the notification
# @option options [String] :body (' ') the body
# @option options [Fixnum, Float, nil, FalseClass, String] :timeout (nil) display duration of the notification.
# Use +false+ or +nil+ for no timeout.
# @option options [Symbol] :urgency (:normal) the urgency of the notification.