Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2022 v0.0.1 Nov 10, 2022 Changes in this version + type Launcher struct + func (s *Launcher) Interface() string + func (s *Launcher) IntrospectionData() string + func (s *Launcher) ObjectPath() dbus.ObjectPath + func (s *Launcher) OpenFile(parentWindow string, clientFd dbus.UnixFD, sender dbus.Sender) *dbus.Error + func (s *Launcher) OpenURL(addr string, sender dbus.Sender) *dbus.Error + type PrivilegedDesktopLauncher struct + func (s *PrivilegedDesktopLauncher) Interface() string + func (s *PrivilegedDesktopLauncher) IntrospectionData() string + func (s *PrivilegedDesktopLauncher) ObjectPath() dbus.ObjectPath + func (s *PrivilegedDesktopLauncher) OpenDesktopEntry(desktopFileID string, sender dbus.Sender) *dbus.Error + type Settings struct + func (s *Settings) Check(setting string, check string, sender dbus.Sender) (string, *dbus.Error) + func (s *Settings) CheckSub(setting string, subproperty string, check string, sender dbus.Sender) (string, *dbus.Error) + func (s *Settings) Get(setting string, sender dbus.Sender) (string, *dbus.Error) + func (s *Settings) GetSub(setting string, subproperty string, sender dbus.Sender) (string, *dbus.Error) + func (s *Settings) Interface() string + func (s *Settings) IntrospectionData() string + func (s *Settings) ObjectPath() dbus.ObjectPath + func (s *Settings) Set(setting string, new string, sender dbus.Sender) *dbus.Error + func (s *Settings) SetSub(setting string, subproperty string, new string, sender dbus.Sender) *dbus.Error + type Userd struct + func (ud *Userd) Dying() <-chan struct{} + func (ud *Userd) Init() error + func (ud *Userd) Start() + func (ud *Userd) Stop() error