Versions in this module Expand all Collapse all v0 v0.2.0 Dec 2, 2020 v0.1.0 Dec 2, 2020 Changes in this version + const CallCloseNotification + const CallGetCapabilities + const CallGetServerInformation + const CallNotify + const ClassDevice + const ClassDeviceAdded + const ClassDeviceError + const ClassDeviceRemoved + const ClassEmail + const ClassEmailArrived + const ClassEmailBounced + const ClassIm + const ClassImError + const ClassImReceived + const ClassNetwork + const ClassNetworkConnected + const ClassNetworkDisconnected + const ClassNetworkError + const ClassPresence + const ClassPresenceOffline + const ClassPresenceOnline + const ClassTransfer + const ClassTransferComplete + const ClassTransferError + const DbusInterfacePath + const DbusMemberActionInvoked + const DbusMemberNotificationClosed + const DbusObjectPath + const ExpiresDefault + const ExpiresNever + const HintActionIcons + const HintCategory + const HintDesktopEntry + const HintImageData + const HintImagePath + const HintResident + const HintSoundFile + const HintSoundName + const HintSuppressSound + const HintTransient + const HintUrgency + const HintX + const HintY + const SignalActionInvoked + const SignalNotificationClosed + const UrgencyCritical + const UrgencyLow + const UrgencyNormal + func CloseNotification(id uint32) (err error) + type Capabilities struct + ActionIcons bool + Actions bool + Body bool + BodyHyperlinks bool + BodyImages bool + BodyMarkup bool + IconMulti bool + IconStatic bool + Persistence bool + Sound bool + func GetCapabilities() (c Capabilities, err error) + type Notification struct + Actions []string + AppIcon string + AppName string + Body string + Hints map[string]interface{} + ReplacesID uint32 + Summary string + Timeout int32 + func NewNotification(summary, body string) Notification + func (n Notification) Show() (id uint32, err error) + type ServerInformation struct + Name string + SpecVersion string + Vendor string + Version string + func GetServerInformation() (i ServerInformation, err error)