descriptorWithBundleIdentifier_ static method

NSAppleEventDescriptor descriptorWithBundleIdentifier_(
  1. ThermionDartTexture1 _lib,
  2. NSString bundleIdentifier
)

Implementation

static NSAppleEventDescriptor descriptorWithBundleIdentifier_(
    ThermionDartTexture1 _lib, NSString bundleIdentifier) {
  final _ret = _lib._objc_msgSend_607(_lib._class_NSAppleEventDescriptor1,
      _lib._sel_descriptorWithBundleIdentifier_1, bundleIdentifier._id);
  return NSAppleEventDescriptor._(_ret, _lib, retain: true, release: true);
}