ObjFW  Diff

Differences From Artifact [714dfd0d2d]:

  • File src/OFTarArchiveEntry.h — part of check-in [9db36c14b5] at 2017-08-11 22:26:55 on branch trunk — Always have retain / copy before nonatomic (user: js size: 3656)

To Artifact [751dab67dd]:

  • File src/OFTarArchiveEntry.h — part of check-in [52011fbfd6] at 2017-09-26 21:53:44 on branch trunk — Many nullability fixes (user: js size: 3686)

51
52
53
54
55
56
57
58
59


60
61
62
63
64
65
66
51
52
53
54
55
56
57


58
59
60
61
62
63
64
65
66







-
-
+
+







{
	OFString *_fileName;
	uint16_t _mode;
	uint64_t _size;
	uint16_t _UID, _GID;
	OFDate *_modificationDate;
	of_tar_archive_entry_type_t _type;
	OFString *_targetFileName;
	OFString *_owner, *_group;
	OFString *_Nullable _targetFileName;
	OFString *_Nullable _owner, *_Nullable _group;
	uint32_t _deviceMajor, _deviceMinor;
}

/*!
 * The file name of the entry.
 */
@property (readonly, copy, nonatomic) OFString *fileName;