Skip to content

Commit

Permalink
Added documentation about the difference between default_notification…
Browse files Browse the repository at this point in the history
…s and regular notifications.
  • Loading branch information
alloy committed Aug 1, 2008
1 parent 84807ff commit 71f107b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/growl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def sharedInstance
attr_accessor :delegate

# Registers the applications metadata and the notifications, that your application might send, to Growl.
# The +default_notifications+ are notifications that will be enabled by default, the regular +notifications+ are
# optional and should be enabled by the user in the Growl system preferences.
#
# Register the applications name and the notifications that will be used.
# * +default_notifications+ defaults to the regular +notifications+.
Expand Down

0 comments on commit 71f107b

Please sign in to comment.