proxyWithTarget_connection_ static method

NSObject? proxyWithTarget_connection_(
  1. ThermionDartTexture1 _lib,
  2. NSObject target,
  3. NSConnection connection
)

Implementation

static NSObject? proxyWithTarget_connection_(
    ThermionDartTexture1 _lib, NSObject target, NSConnection connection) {
  final _ret = _lib._objc_msgSend_579(_lib._class_NSDistantObject1,
      _lib._sel_proxyWithTarget_connection_1, target._id, connection._id);
  return _ret.address == 0
      ? null
      : NSObject._(_ret, _lib, retain: true, release: true);
}