objectRetain function
- @Native<
Pointer< (ffi.Pointer<ObjCObject>)>(symbol: 'objc_retain', isLeaf: true)ObjCObject> Function(Pointer<ObjCObject> )>
- Pointer<
ObjCObject> object
Implementation
@ffi.Native<ffi.Pointer<ObjCObject> Function(ffi.Pointer<ObjCObject>)>(
symbol: 'objc_retain',
isLeaf: true,
)
external ffi.Pointer<ObjCObject> objectRetain(ffi.Pointer<ObjCObject> object);