cef

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: BSD-3-Clause, MIT Imports: 5 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteProcess added in v0.2.0

func ExecuteProcess(mainArgs *capi.CMainArgsT, app *capi.CAppT)

func Initialize added in v0.2.0

func Initialize(mainArgs *capi.CMainArgsT, settings *capi.CSettingsT, app *capi.CAppT) bool

func PostDelayedTask added in v0.3.5

func PostDelayedTask(threadId capi.CThreadIdT, h capi.CTaskTExecuteHandler, delay_ms int64) bool

func PostElementGetBytes added in v0.3.2

func PostElementGetBytes(e *capi.CPostDataElementT) (bytes []byte)

func PostTask added in v0.3.5

func PostTask(threadId capi.CThreadIdT, h capi.CTaskTExecuteHandler) bool

Types

type StringList

type StringList struct {
	// contains filtered or unexported fields
}

func NewStringList

func NewStringList() StringList

func (StringList) Append added in v0.3.8

func (o StringList) Append(value string)

func (StringList) CefObject

func (o StringList) CefObject() capi.CStringListT

func (StringList) Clear added in v0.3.8

func (o StringList) Clear()

func (StringList) Copy added in v0.3.8

func (o StringList) Copy() StringList

func (StringList) Size added in v0.3.8

func (o StringList) Size() (ret int64)

func (StringList) Value added in v0.3.8

func (o StringList) Value(index int64) (value string, ok bool)

type StringMap added in v0.1.5

type StringMap struct {
	// contains filtered or unexported fields
}

func NewStringMap added in v0.1.5

func NewStringMap() *StringMap

func (*StringMap) CefObject added in v0.1.5

func (o *StringMap) CefObject() capi.CStringMapT

type StringMultimap added in v0.1.5

type StringMultimap struct {
	// contains filtered or unexported fields
}

func NewStringMultimap added in v0.1.5

func NewStringMultimap() *StringMultimap

func (*StringMultimap) Append added in v0.2.0

func (o *StringMultimap) Append(key, value string) bool

func (*StringMultimap) CefObject added in v0.1.5

func (o *StringMultimap) CefObject() capi.CStringMultimapT

type TaskFunc added in v0.3.4

type TaskFunc func()

func (TaskFunc) Execute added in v0.3.4

func (f TaskFunc) Execute(self *capi.CTaskT)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL