cef

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExecuteProcess

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

func Initialize

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

func PostDelayedTask

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

func PostElementGetBytes

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

func PostTask

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

func (o StringList) Append(value string)

func (StringList) CefObject

func (o StringList) CefObject() capi.CStringListT

func (StringList) Clear

func (o StringList) Clear()

func (StringList) Copy

func (o StringList) Copy() StringList

func (StringList) Size

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

func (StringList) Value

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

type StringMap

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

func NewStringMap

func NewStringMap() *StringMap

func (*StringMap) CefObject

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

type StringMultimap

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

func NewStringMultimap

func NewStringMultimap() *StringMultimap

func (*StringMultimap) Append

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

func (*StringMultimap) CefObject

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

type TaskFunc

type TaskFunc func()

func (TaskFunc) Execute

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