ObjFW  Diff

Differences From Artifact [7549ee6aeb]:

  • File src/OFSettings.h — part of check-in [4af49a13c3] at 2017-05-07 20:10:13 on branch trunk — Small code style change Casts are now written like types in variable declarations. (user: js size: 6437)

To Artifact [9ca0864425]:

  • File src/OFSettings.h — part of check-in [16c05e87e1] at 2017-05-07 23:14:22 on branch trunk — Add OF_UNAVAILABLE (user: js size: 6461)

47
48
49
50
51
52
53


54
55
56
57
58
59
60
 *	  specified name.
 *
 * @param applicationName The name of the application whose settings should be
 *			  accessed
 * @return A new, autoreleased OFSettings instance
 */
+ (instancetype)settingsWithApplicationName: (OFString *)applicationName;



/*!
 * @brief Initializes an already allocated OFSettings instance with the
 *	  specified application name.
 *
 * @param applicationName The name of the application whose settings should be
 *			  accessed







>
>







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 *	  specified name.
 *
 * @param applicationName The name of the application whose settings should be
 *			  accessed
 * @return A new, autoreleased OFSettings instance
 */
+ (instancetype)settingsWithApplicationName: (OFString *)applicationName;

- init OF_UNAVAILABLE;

/*!
 * @brief Initializes an already allocated OFSettings instance with the
 *	  specified application name.
 *
 * @param applicationName The name of the application whose settings should be
 *			  accessed