objectRetain function

  1. @Native<Pointer<ObjCObject> Function(Pointer<ObjCObject>)>(ffi.Pointer<ObjCObject>)>(symbol: 'objc_retain', isLeaf: true)
Pointer<ObjCObject> objectRetain(
  1. 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);