ObjFW  Diff

Differences From Artifact [9c2512d39f]:

To Artifact [ecccdc69a0]:


28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
	OFString *_sourcePath, *_destinationPath;
	int _errNo;
}

/*!
 * A string with the source for the link.
 */
@property (readonly, copy) OFString *sourcePath;

/*!
 * A string with the destination for the link.
 */
@property (readonly, copy) OFString *destinationPath;

/*!
 * 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
	OFString *_sourcePath, *_destinationPath;
	int _errNo;
}

/*!
 * A string with the source for the link.
 */
@property (readonly, nonatomic) OFString *sourcePath;

/*!
 * A string with the destination for the link.
 */
@property (readonly, nonatomic) OFString *destinationPath;

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

/*!