objc2_core_services/generated/LaunchServices/
LSQuarantine.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ptr::NonNull;
4use objc2_core_foundation::*;
5
6use crate::*;
7
8extern "C" {
9    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantineagentnamekey?language=objc)
10    pub static kLSQuarantineAgentNameKey: &'static CFString;
11}
12
13extern "C" {
14    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantineagentbundleidentifierkey?language=objc)
15    pub static kLSQuarantineAgentBundleIdentifierKey: &'static CFString;
16}
17
18extern "C" {
19    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetimestampkey?language=objc)
20    pub static kLSQuarantineTimeStampKey: &'static CFString;
21}
22
23extern "C" {
24    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypekey?language=objc)
25    pub static kLSQuarantineTypeKey: &'static CFString;
26}
27
28extern "C" {
29    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypewebdownload?language=objc)
30    pub static kLSQuarantineTypeWebDownload: &'static CFString;
31}
32
33extern "C" {
34    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeotherdownload?language=objc)
35    pub static kLSQuarantineTypeOtherDownload: &'static CFString;
36}
37
38extern "C" {
39    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeemailattachment?language=objc)
40    pub static kLSQuarantineTypeEmailAttachment: &'static CFString;
41}
42
43extern "C" {
44    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeinstantmessageattachment?language=objc)
45    pub static kLSQuarantineTypeInstantMessageAttachment: &'static CFString;
46}
47
48extern "C" {
49    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypecalendareventattachment?language=objc)
50    pub static kLSQuarantineTypeCalendarEventAttachment: &'static CFString;
51}
52
53extern "C" {
54    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeotherattachment?language=objc)
55    pub static kLSQuarantineTypeOtherAttachment: &'static CFString;
56}
57
58extern "C" {
59    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantineoriginurlkey?language=objc)
60    pub static kLSQuarantineOriginURLKey: &'static CFString;
61}
62
63extern "C" {
64    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinedataurlkey?language=objc)
65    pub static kLSQuarantineDataURLKey: &'static CFString;
66}