ObjFW  Diff

Differences From Artifact [cea23e990e]:

  • File src/OFSettings.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js size: 6446) [more...]

To Artifact [cc35f3b784]:

  • File src/OFSettings.h — part of check-in [f97dc452b1] at 2024-02-03 08:49:41 on branch trunk — Fix typos in documentation found by spell checker (user: js size: 6445) [more...]

21
22
23
24
25
26
27
28

29
30
31
32
33
34
35
21
22
23
24
25
26
27

28
29
30
31
32
33
34
35







-
+







@class OFArray OF_GENERIC(ObjectType);

/**
 * @class OFSettings OFSettings.h ObjFW/OFSettings.h
 *
 * Paths are delimited by dots, for example `category.subcategory.key`.
 *
 * @note The behaviour when accessing a path with a different type than it has
 * @note The behavior when accessing a path with a different type than it has
 *	 been accessed with before is undefined! If you want to change the type
 *	 for a path, remove it and then set it with the new type.
 *
 * @brief A class for storing and retrieving settings
 */
@interface OFSettings: OFObject
{