ObjFW  Diff

Differences From Artifact [38a02471a5]:

To Artifact [3ef254830f]:


28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
	OFString *_path, *_owner, *_group;
	int _errNo;
}

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

/*!
 * The new owner for the item.
 */
@property (readonly, copy) OFString *owner;

/*!
 * The new group for the item.
 */
@property (readonly, copy) OFString *group;

/*!
 * The errno of the error that occurred.
 */
@property (readonly) int errNo;

/*!







|




|




|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
	OFString *_path, *_owner, *_group;
	int _errNo;
}

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

/*!
 * The new owner for the item.
 */
@property (readonly, nonatomic) OFString *owner;

/*!
 * The new group for the item.
 */
@property (readonly, nonatomic) OFString *group;

/*!
 * The errno of the error that occurred.
 */
@property (readonly) int errNo;

/*!