ObjFW  Diff

Differences From Artifact [bbf17f1ff7]:

To Artifact [a0ed4a3c91]:


40
41
42
43
44
45
46


47
48
49
 * @brief Initializes an already allocated OFXMLComment with the specified
 *	  string.
 *
 * @param string The string for the comment
 * @return An initialized OFXMLComment
 */
- initWithString: (OFString *)string;


@end

OF_ASSUME_NONNULL_END







>
>



40
41
42
43
44
45
46
47
48
49
50
51
 * @brief Initializes an already allocated OFXMLComment with the specified
 *	  string.
 *
 * @param string The string for the comment
 * @return An initialized OFXMLComment
 */
- initWithString: (OFString *)string;

- initWithSerialization: (OFXMLElement *)element;
@end

OF_ASSUME_NONNULL_END