Documentation
¶
Index ¶
- type Config
- type Display
- func (d *Display) GetConfig() (cfgStr string, busErr *dbus.Error)
- func (v *Display) GetExportedMethods() dbusutil.ExportedMethods
- func (d *Display) GetInterfaceName() string
- func (d *Display) SetBacklightBrightness(val float64) *dbus.Error
- func (d *Display) SetConfig(cfgStr string) *dbus.Error
- func (d *Display) SupportWayland(sender dbus.Sender) (bool, *dbus.Error)
- type RendererConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Version string Config json.RawMessage AutoBacklightEnable bool UpdateAt string }
type Display ¶
type Display struct { SupportLabc bool `prop:"access:r"` AutoBacklightEnabled bool `prop:"access:rw"` // contains filtered or unexported fields }
func (*Display) GetExportedMethods ¶
func (v *Display) GetExportedMethods() dbusutil.ExportedMethods
func (*Display) GetInterfaceName ¶
func (*Display) SetBacklightBrightness ¶
func (*Display) SupportWayland ¶
type RendererConfig ¶
type RendererConfig struct {
BlackList []string
}
Click to show internal directories.
Click to hide internal directories.