relinquishFunction property

Pointer<NativeFunction<Void Function(Pointer<Void>, Pointer<NativeFunction<UnsignedLong Function(Pointer<Void>)>>)>> get relinquishFunction

Implementation

ffi.Pointer<
        ffi.NativeFunction<
            ffi.Void Function(
                ffi.Pointer<ffi.Void>,
                ffi.Pointer<
                    ffi.NativeFunction<
                        ffi.UnsignedLong Function(ffi.Pointer<ffi.Void>)>>)>>
    get relinquishFunction {
  return _lib._objc_msgSend_914(_id, _lib._sel_relinquishFunction1);
}
set relinquishFunction (Pointer<NativeFunction<Void Function(Pointer<Void>, Pointer<NativeFunction<UnsignedLong Function(Pointer<Void>)>>)>> value)

Implementation

set relinquishFunction(
    ffi.Pointer<
            ffi.NativeFunction<
                ffi.Void Function(
                    ffi.Pointer<ffi.Void>,
                    ffi.Pointer<
                        ffi.NativeFunction<
                            ffi.UnsignedLong Function(
                                ffi.Pointer<ffi.Void>)>>)>>
        value) {
  return _lib._objc_msgSend_915(
      _id, _lib._sel_setRelinquishFunction_1, value);
}