Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sound ¶
type Sound interface { // Present() presents the notification audibly if applicable. Present(app *click.AppId, nid string, notification *launch_helper.Notification) bool // GetSound() returns absolute path to the file the given notification will play. GetSound(app *click.AppId, nid string, notification *launch_helper.Notification) string }
Click to show internal directories.
Click to hide internal directories.