@@ -61,11 +61,11 @@ * * \param str A UTF-8 encoded C string to append * \param len The length of the UTF-8 encoded C string */ - appendCStringWithoutUTF8Checking: (const char*)str - andLength: (size_t)len; + length: (size_t)len; /** * Appends another OFString to the OFString. * * \param str An OFString to append @@ -86,11 +86,11 @@ * * \param fmt A format string which generates the string to append * \param args The arguments used in the format string */ - appendWithFormat: (OFString*)fmt - andArguments: (va_list)args; + arguments: (va_list)args; /** * Reverse the OFString. */ - reverse;