36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
-
+
|
{
OFString *_applicationName;
}
/*!
* The name of the application whose settings are accessed by the instance.
*/
@property (readonly, copy) OFString *applicationName;
@property (readonly, nonatomic) OFString *applicationName;
/*!
* @brief Create a new OFSettings instance for the application with the
* specified name.
*
* @param applicationName The name of the application whose settings should be
* accessed
|