ObjFW  Diff

Differences From Artifact [9367c723f3]:

To Artifact [b10aa6cbcf]:


262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
 * object deallocated if it reaches 0.
 */
- retain;

/**
 * \return The retain count
 */
- (size_t)retainCount;

/**
 * Decreases the retain count.
 *
 * Each time an object is released, the retain count gets decreased and the
 * object deallocated if it reaches 0.
 */







|







262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
 * object deallocated if it reaches 0.
 */
- retain;

/**
 * \return The retain count
 */
- (uint32_t)retainCount;

/**
 * Decreases the retain count.
 *
 * Each time an object is released, the retain count gets decreased and the
 * object deallocated if it reaches 0.
 */