descriptorWithBoolean_ static method

NSAppleEventDescriptor descriptorWithBoolean_(
  1. ThermionDartTexture1 _lib,
  2. int boolean
)

Implementation

static NSAppleEventDescriptor descriptorWithBoolean_(
    ThermionDartTexture1 _lib, int boolean) {
  final _ret = _lib._objc_msgSend_603(_lib._class_NSAppleEventDescriptor1,
      _lib._sel_descriptorWithBoolean_1, boolean);
  return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true);
}