pointerArrayWithPointerFunctions_ static method

NSPointerArray pointerArrayWithPointerFunctions_(
  1. ThermionDartTexture1 _lib,
  2. NSPointerFunctions functions
)

Implementation

static NSPointerArray pointerArrayWithPointerFunctions_(
    ThermionDartTexture1 _lib, NSPointerFunctions functions) {
  final _ret = _lib._objc_msgSend_920(_lib._class_NSPointerArray1,
      _lib._sel_pointerArrayWithPointerFunctions_1, functions._id);
  return NSPointerArray._(_ret, _lib, retain: true, release: true);
}