ObjFW  Diff

Differences From Artifact [0005919ebe]:

  • File src/OFTarArchiveEntry.h — part of check-in [0a73af49f0] at 2017-04-30 13:35:16 on branch trunk — Use nonatomic for properties and clean up

    This changes retaining behavior, meaning properties are not returned
    retained and autoreleased anymore, so a property returned from a getter
    now needs to be manually retained and autoreleased before calling the
    setter. However, this is rarely the case and not using atomic improves
    performance. (user: js, size: 2798) [annotate] [blame] [check-ins using]

To Artifact [9da73d68ac]:


109
110
111
112
113
114
115


116
117
118
 */
@property (readonly) uint32_t deviceMajor;

/*!
 * The device major (if the file is a device).
 */
@property (readonly) uint32_t deviceMinor;


@end

OF_ASSUME_NONNULL_END







>
>



109
110
111
112
113
114
115
116
117
118
119
120
 */
@property (readonly) uint32_t deviceMajor;

/*!
 * The device major (if the file is a device).
 */
@property (readonly) uint32_t deviceMinor;

- init OF_UNAVAILABLE;
@end

OF_ASSUME_NONNULL_END