Differences From Artifact [45c442f70d]:
- File src/OFXMLCDATA.h — part of check-in [1038191a03] at 2022-09-12 08:52:20 on branch trunk — Restrict subclassing on more classes (user: js, size: 1286) [annotate] [blame] [check-ins using] [more...]
To Artifact [3e696dc76c]:
- File src/OFXMLCDATA.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 1221) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 | - - | /** * @brief Initializes an already allocated OFXMLCDATA with the specified string. * * @param string The string value for the CDATA * @return An initialized OFXMLCDATA */ - (instancetype)initWithString: (OFString *)string; |