Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringList ¶
type StringList struct {
// contains filtered or unexported fields
}
func NewStringList ¶
func NewStringList() StringList
func (StringList) CefObject ¶
func (o StringList) CefObject() capi.CStringListT
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) CefObject ¶ added in v0.1.5
func (o StringMultimap) CefObject() capi.CStringMultimapT
Click to show internal directories.
Click to hide internal directories.