2 * Copyright (c) 2001-2004 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
24 #ifndef _SCPREFERENCESPATHKEY_H
25 #define _SCPREFERENCESPATHKEY_H
27 #include <sys/cdefs.h>
28 #include <AvailabilityMacros.h>
29 #include <CoreFoundation/CoreFoundation.h>
33 @header SCPreferencesPathKey
40 * SCPreferencesPathKeyCreate*
41 * - convenience routines that create a CFString key for an item in the store
45 @function SCPreferencesPathKeyCreate
46 @discussion Creates a preferences path key using the given format.
49 SCPreferencesPathKeyCreate (
50 CFAllocatorRef allocator
,
53 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
56 @function SCPreferencesPathKeyCreateNetworkServices
59 SCPreferencesPathKeyCreateNetworkServices (
60 CFAllocatorRef allocator
61 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
64 @function SCPreferencesPathKeyCreateNetworkServiceEntity
67 SCPreferencesPathKeyCreateNetworkServiceEntity (
68 CFAllocatorRef allocator
,
71 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
74 @function SCPreferencesPathKeyCreateSets
77 SCPreferencesPathKeyCreateSets (
78 CFAllocatorRef allocator
79 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
82 @function SCPreferencesPathKeyCreateSet
85 SCPreferencesPathKeyCreateSet (
86 CFAllocatorRef allocator
,
88 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
91 @function SCPreferencesPathKeyCreateSetNetworkInterfaceEntity
94 SCPreferencesPathKeyCreateSetNetworkInterfaceEntity(
95 CFAllocatorRef allocator
,
99 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
102 @function SCPreferencesPathKeyCreateSetNetworkGlobalEntity
105 SCPreferencesPathKeyCreateSetNetworkGlobalEntity(
106 CFAllocatorRef allocator
,
109 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
112 @function SCPreferencesPathKeyCreateSetNetworkService
115 SCPreferencesPathKeyCreateSetNetworkService (
116 CFAllocatorRef allocator
,
119 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
122 @function SCPreferencesPathKeyCreateSetNetworkServiceEntity
125 SCPreferencesPathKeyCreateSetNetworkServiceEntity(
126 CFAllocatorRef allocator
,
130 ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER
;
134 #endif /* _SCPREFERENCESPATHKEY_H */