ObjFW  Diff

Differences From Artifact [020d6b23a7]:

To Artifact [64e41887bc]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	OFString *_path;
	int _errNo;
}

/*!
 * A string with the path of the item whose status could not be retrieved.
 */
@property (readonly, copy) OFString *path;

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

/*!







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	OFString *_path;
	int _errNo;
}

/*!
 * A string with the path of the item whose status could not be retrieved.
 */
@property (readonly, nonatomic) OFString *path;

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

/*!