Documentation
¶
Index ¶
- func DestroyNotifier(obj *Notifier)
- type Notifier
- func (obj *Notifier) CloseNotification(id uint32) (_err error)
- func (obj *Notifier) ConnectActionInvoked(callback func(id uint32, action_key string)) func()
- func (obj *Notifier) ConnectNotificationClosed(callback func(id uint32, reason uint32)) func()
- func (obj *Notifier) GetCapabilities() (caps []string, _err error)
- func (obj *Notifier) GetServerInformation() (name string, vendor string, version string, spec_version string, _err error)
- func (obj *Notifier) Notify(app_name string, id uint32, icon string, summary string, body string, ...) (id_ uint32, _err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DestroyNotifier ¶
func DestroyNotifier(obj *Notifier)
Types ¶
type Notifier ¶
type Notifier struct { Path dbus.ObjectPath DestName string // contains filtered or unexported fields }
func NewNotifier ¶
func (*Notifier) CloseNotification ¶
func (*Notifier) ConnectActionInvoked ¶
func (*Notifier) ConnectNotificationClosed ¶
func (*Notifier) GetCapabilities ¶
func (*Notifier) GetServerInformation ¶
Click to show internal directories.
Click to hide internal directories.