From: Bryan Petty Date: Fri, 6 Aug 2010 20:14:39 +0000 (+0000) Subject: Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a9445eb48b924175648ade8a622bea9d5f698cdb?hp=aecf930c5e84287e55ec4234afbe8c97ca41e261 Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen conversion. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/buffer.h b/interface/wx/buffer.h index 1729dd98b0..f9ce4835ef 100644 --- a/interface/wx/buffer.h +++ b/interface/wx/buffer.h @@ -299,6 +299,16 @@ public: */ void AppendByte(char data); + /** + Single call to append a data block to the buffer. + + @param data + Pointer to block to append to the buffer. + @param len + Length of data to append. + */ + void AppendData(const void *data, size_t len); + /** Ensure that the buffer is big enough and return a pointer to the start of the empty space in the buffer. This pointer can be used to directly