kMDLabelAddedNotification

Static kMDLabelAddedNotification 

Source
pub unsafe static kMDLabelAddedNotification: Option<&'static CFString>
Available on crate feature MDLabel only.
Expand description

The name of the notification sent when a label has been added. The notification object is the subject MDLabelRef. All label notifications are distributed to processes owned by the same uid that have initialized the Metadata framework label APIs.

See also Apple’s documentation