ObjFW  Diff

Differences From Artifact [34c49be172]:

To Artifact [729eb91da7]:


34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
}

/*!
 * The name of the INI category
 */
@property (copy, nonatomic) OFString *name;

- init OF_UNAVAILABLE;

/*!
 * @brief Returns the string value for the specified key, or `nil` if it does
 *	  not exist.
 *
 * If the specified key is a multi-key (see @ref arrayForKey:), the value of
 * the first key/value pair found is returned.







|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
}

/*!
 * The name of the INI category
 */
@property (copy, nonatomic) OFString *name;

- (instancetype)init OF_UNAVAILABLE;

/*!
 * @brief Returns the string value for the specified key, or `nil` if it does
 *	  not exist.
 *
 * If the specified key is a multi-key (see @ref arrayForKey:), the value of
 * the first key/value pair found is returned.