ObjFW  Diff

Differences From Artifact [1270e8108e]:

To Artifact [edaf7a58ce]:


34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
	OFCondition *_condition;
}

/*!
 * The condition for which is still being waited.
 */
@property (readonly, retain) OFCondition *condition;

/*!
 * @brief Creates a new, autoreleased condition still waiting exception.
 *
 * @param condition The condition for which is still being waited
 * @return A new, autoreleased condition still waiting exception
 */







|







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
	OFCondition *_condition;
}

/*!
 * The condition for which is still being waited.
 */
@property (readonly, nonatomic) OFCondition *condition;

/*!
 * @brief Creates a new, autoreleased condition still waiting exception.
 *
 * @param condition The condition for which is still being waited
 * @return A new, autoreleased condition still waiting exception
 */