File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
//!
11
11
//! See the examples directory for examples how to use this module.
12
12
//!
13
- //! [`SCPreferences`]: https://developer.apple.com/documentation/systemconfiguration/scpreferences
13
+ //! [`SCPreferences`]: https://developer.apple.com/documentation/systemconfiguration/scpreferences-ft8
14
14
15
15
16
16
use core_foundation:: base:: { CFAllocatorRef , TCFType } ;
@@ -45,7 +45,10 @@ impl SCPreferences {
45
45
}
46
46
47
47
/// Initiates access to the per-system set of configuration preferences with a given
48
- /// allocator and preference group to access.
48
+ /// allocator and preference group to access. See the underlying [SCPreferencesCreate] function
49
+ /// documentation for details.
50
+ ///
51
+ /// [SCPreferencesCreate]: https://developer.apple.com/documentation/systemconfiguration/1516807-scpreferencescreate?language=objc
49
52
pub fn with_allocator (
50
53
allocator : CFAllocatorRef ,
51
54
calling_process_name : & CFString ,
You can’t perform that action at this time.
0 commit comments