capi

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Logger *log.Logger

Functions

func BaseAddRef

func BaseAddRef(rc refCounted)

func BaseHasAtLeastOneRef

func BaseHasAtLeastOneRef(rc refCounted) bool

func BaseHasOneRef

func BaseHasOneRef(rc refCounted) bool

func BaseRelease

func BaseRelease(rc refCounted) (b bool)

/ Called to decrement the reference count for the object. If the reference count falls to 0 the object should self-delete. Returns true (1) if the resulting reference count is 0. /

func CheckClients added in v0.0.6

func CheckClients(msg string, c *CClientT)

CClint Pointer print for debug

func ColorGetA

func ColorGetA(c CColorT) uint32

func ColorGetB

func ColorGetB(c CColorT) uint32

func ColorGetG

func ColorGetG(c CColorT) uint32

func ColorGetR

func ColorGetR(c CColorT) uint32

func DumpInfo

func DumpInfo()

func Logf

func Logf(message string, v ...interface{})

func Logln

func Logln(v ...interface{})

func Panicf

func Panicf(message string, v ...interface{})

func Panicln

func Panicln(v ...interface{})

func RefCountLogOutput

func RefCountLogOutput(enable bool)

func RefCountLogTrace

func RefCountLogTrace(on bool)

func Tracef

func Tracef(p unsafe.Pointer, message string, v ...interface{})

Types

type CCursorHandleT

type CCursorHandleT C.cef_cursor_handle_t

type CEventHandleT

type CEventHandleT C.cef_event_handle_t

type CLangSizeT C.size_t

type DeassocFunc

type DeassocFunc func()

func (DeassocFunc) Deassoc

func (f DeassocFunc) Deassoc()

type Deassocer

type Deassocer interface {
	Deassoc()
}

type Settings

type Settings struct {
	LogSeverity              CLogSeverityT
	NoSandbox                int
	MultiThreadedMessageLoop int
	RemoteDebuggingPort      int
}

Jump to

Keyboard shortcuts

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