Documentation ¶
Index ¶
- type AppInfo
- type AppLaunchContext
- func (ctx *AppLaunchContext) GetCmdPrefixes() []string
- func (ctx *AppLaunchContext) GetCmdSuffixes() []string
- func (ctx *AppLaunchContext) GetStartupNotifyId(appInfo AppInfo, files []string) (string, error)
- func (ctx *AppLaunchContext) GetTimestamp() uint32
- func (ctx *AppLaunchContext) LaunchFailed(startupNotifyId string) error
- func (ctx *AppLaunchContext) SetCmdPrefixes(v []string)
- func (ctx *AppLaunchContext) SetCmdSuffixes(v []string)
- func (ctx *AppLaunchContext) SetTimestamp(timestamp uint32)
- type StartupNotifyMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppLaunchContext ¶
func NewAppLaunchContext ¶
func NewAppLaunchContext(conn *x.Conn) *AppLaunchContext
func (*AppLaunchContext) GetCmdPrefixes ¶
func (ctx *AppLaunchContext) GetCmdPrefixes() []string
func (*AppLaunchContext) GetCmdSuffixes ¶
func (ctx *AppLaunchContext) GetCmdSuffixes() []string
func (*AppLaunchContext) GetStartupNotifyId ¶
func (ctx *AppLaunchContext) GetStartupNotifyId(appInfo AppInfo, files []string) (string, error)
func (*AppLaunchContext) GetTimestamp ¶
func (ctx *AppLaunchContext) GetTimestamp() uint32
func (*AppLaunchContext) LaunchFailed ¶
func (ctx *AppLaunchContext) LaunchFailed(startupNotifyId string) error
func (*AppLaunchContext) SetCmdPrefixes ¶
func (ctx *AppLaunchContext) SetCmdPrefixes(v []string)
func (*AppLaunchContext) SetCmdSuffixes ¶
func (ctx *AppLaunchContext) SetCmdSuffixes(v []string)
func (*AppLaunchContext) SetTimestamp ¶
func (ctx *AppLaunchContext) SetTimestamp(timestamp uint32)
type StartupNotifyMessage ¶
func (*StartupNotifyMessage) Broadcast ¶
func (msg *StartupNotifyMessage) Broadcast(conn *x.Conn) error
Click to show internal directories.
Click to hide internal directories.