Documentation ¶
Index ¶
- Constants
- type Daemon
- type Manager
- func (m *Manager) BottomLeftAction() (value string, busErr *dbus.Error)
- func (m *Manager) BottomRightAction() (value string, busErr *dbus.Error)
- func (m *Manager) EnableZoneDetected(enabled bool) *dbus.Error
- func (v *Manager) GetExportedMethods() dbusutil.ExportedMethods
- func (*Manager) GetInterfaceName() string
- func (m *Manager) SetBottomLeft(value string) *dbus.Error
- func (m *Manager) SetBottomRight(value string) *dbus.Error
- func (m *Manager) SetTopLeft(value string) *dbus.Error
- func (m *Manager) SetTopRight(value string) *dbus.Error
- func (m *Manager) TopLeftAction() (value string, busErr *dbus.Error)
- func (m *Manager) TopRightAction() (value string, busErr *dbus.Error)
- type Settings
Constants ¶
View Source
const ( TopLeft = "left-up" TopRight = "right-up" BottomLeft = "left-down" BottomRight = "right-down" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶
type Daemon struct { *loader.ModuleBase // contains filtered or unexported fields }
func (*Daemon) GetDependencies ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) BottomLeftAction ¶
Get left-bottom edge action
func (*Manager) BottomRightAction ¶
Get right-bottom edge action
func (*Manager) GetExportedMethods ¶
func (v *Manager) GetExportedMethods() dbusutil.ExportedMethods
func (*Manager) GetInterfaceName ¶
func (*Manager) SetBottomLeft ¶
Set left-bottom edge action
func (*Manager) SetBottomRight ¶
Set right-bottom edge action
func (*Manager) SetTopLeft ¶
Set left-top edge action
func (*Manager) SetTopRight ¶
Set right-top edge action
func (*Manager) TopLeftAction ¶
Get left-top edge action
func (*Manager) TopRightAction ¶
Get right-top edge action
type Settings ¶
type Settings struct {
// contains filtered or unexported fields
}
func NewSettings ¶
func NewSettings() *Settings
func (*Settings) GetBlackList ¶
func (*Settings) GetEdgeAction ¶
func (*Settings) GetWhiteList ¶
func (*Settings) SetEdgeAction ¶
Click to show internal directories.
Click to hide internal directories.