pub unsafe static kMDLabelRemovedNotification: Option<&'static CFString>Available on crate feature
MDLabel only.Expand description
The name of the notification sent when a label has been deleted. The notification object is the subject MDLabelRef. The label’s kMDLabelIconUUID, kMDLabelKind, kMDLabelKindBundleURL and kMDLabelUUID attributes can still be retrieved using MDLabelCopyAttribute(), and the label may still be passed to MDLabelCopyAttributeName().
See also Apple’s documentation