ObjFW  Diff

Differences From Artifact [ccfce93aa5]:

To Artifact [0ac62de2c0]:


45
46
47
48
49
50
51
52
53
54
55
56
 * @brief Initializes an already allocated OFXMLComment with the specified
 *	  text.
 *
 * @param text The text for the comment
 * @return An initialized OFXMLComment
 */
- (instancetype)initWithText: (OFString *)text;

- (instancetype)initWithSerialization: (OFXMLElement *)element;
@end

OF_ASSUME_NONNULL_END







<
<



45
46
47
48
49
50
51


52
53
54
 * @brief Initializes an already allocated OFXMLComment with the specified
 *	  text.
 *
 * @param text The text for the comment
 * @return An initialized OFXMLComment
 */
- (instancetype)initWithText: (OFString *)text;


@end

OF_ASSUME_NONNULL_END