ObjFW  Diff

Differences From Artifact [094ec6866a]:

To Artifact [1f1f29d31e]:


251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
/*!
 * @brief Returns a pointer to the next object, or NULL if the enumeration
 *	  finished.
 *
 * @return The next object
 */
- (void *_Nullable *_Nullable)nextObject;

/*!
 * @brief Resets the enumerator, so the next call to @ref nextObject returns the
 *	  first object again.
 */
- (void)reset;
@end

OF_ASSUME_NONNULL_END







<
<
<
<
<
<



251
252
253
254
255
256
257






258
259
260
/*!
 * @brief Returns a pointer to the next object, or NULL if the enumeration
 *	  finished.
 *
 * @return The next object
 */
- (void *_Nullable *_Nullable)nextObject;






@end

OF_ASSUME_NONNULL_END