ObjFW  Diff

Differences From Artifact [03693d3314]:

To Artifact [cda4ae2199]:


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

- initWithSerialization: (OFXMLElement *)element;
@end

OF_ASSUME_NONNULL_END







|

|



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

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

OF_ASSUME_NONNULL_END