ObjFW  Diff

Differences From Artifact [09e764d0e9]:

To Artifact [18e49a2572]:


51
52
53
54
55
56
57
58

59
60
61

/*!
 * @brief Initializes an already allocated condition wait failed exception.
 *
 * @param condition The condition for which could not be waited
 * @return An initialized condition wait failed exception
 */
- initWithCondition: (nullable OFCondition *)condition;

@end

OF_ASSUME_NONNULL_END







|
>



51
52
53
54
55
56
57
58
59
60
61
62

/*!
 * @brief Initializes an already allocated condition wait failed exception.
 *
 * @param condition The condition for which could not be waited
 * @return An initialized condition wait failed exception
 */
- initWithCondition: (nullable OFCondition *)condition
    OF_DESIGNATED_INITIALIZER;
@end

OF_ASSUME_NONNULL_END