]> git.saurik.com Git - wxWidgets.git/commitdiff
Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen...
authorBryan Petty <bryan@ibaku.net>
Fri, 6 Aug 2010 20:14:39 +0000 (20:14 +0000)
committerBryan Petty <bryan@ibaku.net>
Fri, 6 Aug 2010 20:14:39 +0000 (20:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/buffer.h

index 1729dd98b093ef34c790b9fbae26b10f9027ca76..f9ce4835efa48e882ead5afad549859ff1916349 100644 (file)
@@ -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