]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/base64.h
Document wxGridCellAttrProvider.
[wxWidgets.git] / interface / wx / base64.h
index 02c39d63339d9368c63b17e46d9b2d7c526a1ff8..f72320ee9f936bb640e01ca4e3aace0694083ae1 100644 (file)
@@ -106,7 +106,8 @@ size_t wxBase64EncodedSize(size_t len);
     This overload is a raw decoding function and decodes the data into the
     provided buffer @a dst of the given size @e dstLen. An error is returned if
     the buffer is not large enough -- that is not at least
-    wxBase64DecodedSize(srcLen) bytes.
+    wxBase64DecodedSize(srcLen) bytes. Notice that the buffer will @e not be
+    @NULL-terminated.
 
     This overload returns the number of bytes written to the buffer or the
     necessary buffer size if @a dst was @NULL or @c wxCONV_FAILED on error,