ObjFW  Diff

Differences From Artifact [f9b823ad7a]:

To Artifact [bc22d5d3ad]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
	mode_t _permissions;
	int _errNo;
}

/*!
 * The path of the item.
 */
@property (readonly, copy) OFString *path;

/*!
 * The new permissions for the item.
 */
@property (readonly) mode_t permissions;

/*!







|







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
	mode_t _permissions;
	int _errNo;
}

/*!
 * The path of the item.
 */
@property (readonly, nonatomic) OFString *path;

/*!
 * The new permissions for the item.
 */
@property (readonly) mode_t permissions;

/*!