@@ -51,13 +51,13 @@ * \return The size of each item in the OFDataArray in bytes */ - (size_t)itemsize; /** - * \return All elements of the OFDataArray + * \return All elements of the OFDataArray as a C array */ -- (void*)data; +- (void*)cArray; /** * Compares the OFDataArray to another object. * * \param obj An object to compare with