]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/buffer.h
Added the documentation for wxMemoryBuffer::AppendData(), it was lost in the Doxygen...
[wxWidgets.git] / 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