NSReleaseAlertPanel

Function NSReleaseAlertPanel 

Source
pub unsafe extern "C-unwind" fn NSReleaseAlertPanel(
    panel: Option<&AnyObject>,
)
๐Ÿ‘ŽDeprecated: Use NSAlert instead
Available on crate feature NSPanel only.
Expand description

ยงSafety

  • panel should be of the correct type.
  • panel might not allow None.