Example #1
0
func (b CefFrameT) AddRef() {
	C.add_refVoid(unsafe.Pointer(b.CStruct))
}
Example #2
0
func (b CefResponseT) AddRef() {
	C.add_refVoid(unsafe.Pointer(b.CStruct))
}
Example #3
0
func (b CefCallbackT) AddRef() {
	C.add_refVoid(unsafe.Pointer(b.CStruct))
}
Example #4
0
func AddRef(it unsafe.Pointer) {
	C.add_refVoid(it)
}
Example #5
0
func (b CefBrowserT) AddRef() {
	C.add_refVoid(unsafe.Pointer(b.CStruct))
}