ObjFW  Diff

Differences From Artifact [5d805de72a]:

To Artifact [eaf57a08da]:


41
42
43
44
45
46
47


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


@end

OF_ASSUME_NONNULL_END







>
>



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

- initWithSerialization: (OFXMLElement *)element;
@end

OF_ASSUME_NONNULL_END