ObjFW  Diff

Differences From Artifact [91deba8372]:

To Artifact [a0c9234128]:


68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 */
- initFromWideCString: (const wchar_t*)str;

/**
 * \return The OFString as a C string, if possible (if not, returns NULL).
 *         If not needed anymore, it is usefull to call freeMem:.
 */
- (char*)cString;

/**
 * \return The OFString as a wide C string
 */
- (wchar_t*)wideCString;

/**







|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
 */
- initFromWideCString: (const wchar_t*)str;

/**
 * \return The OFString as a C string, if possible (if not, returns NULL).
 *         If not needed anymore, it is usefull to call freeMem:.
 */
- (char*)getCString;

/**
 * \return The OFString as a wide C string
 */
- (wchar_t*)wideCString;

/**