sizeFunction property

Pointer<NativeFunction<UnsignedLong Function(Pointer<Void>)>> get sizeFunction

Implementation

ffi.Pointer<
        ffi.NativeFunction<ffi.UnsignedLong Function(ffi.Pointer<ffi.Void>)>>
    get sizeFunction {
  return _lib._objc_msgSend_910(_id, _lib._sel_sizeFunction1);
}
set sizeFunction (Pointer<NativeFunction<UnsignedLong Function(Pointer<Void>)>> value)

Implementation

set sizeFunction(
    ffi.Pointer<
            ffi
            .NativeFunction<ffi.UnsignedLong Function(ffi.Pointer<ffi.Void>)>>
        value) {
  return _lib._objc_msgSend_911(_id, _lib._sel_setSizeFunction_1, value);
}