AEPutAttributeDesc

Function AEPutAttributeDesc 

Source
pub unsafe extern "C-unwind" fn AEPutAttributeDesc(
    the_apple_event: *mut AppleEvent,
    the_ae_keyword: AEKeyword,
    the_ae_desc: *const AEDesc,
) -> i16
Available on crate feature AEDataModel only.
Expand description

ยงSafety

  • the_apple_event must be a valid pointer.
  • the_ae_desc must be a valid pointer.