Function NSApplicationLoad

Source
pub unsafe extern "C-unwind" fn NSApplicationLoad() -> bool
Available on crate feature NSApplication only.
Expand description

NSApplicationLoadshould be called when loading a Cocoa bundle in a Carbon app in order to initialize NSApplicationand other Cocoa objects. Redundant calls are ignored.