X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/98b04f2112f86a233da48ac41d62a556f6c0cdb5..20cc4e199e83b2d3a357b096b01a830028317707:/interface/wx/dataobj.h diff --git a/interface/wx/dataobj.h b/interface/wx/dataobj.h index 7ef7587d87..6f3951a0d3 100644 --- a/interface/wx/dataobj.h +++ b/interface/wx/dataobj.h @@ -277,7 +277,14 @@ public: Set the data in the format @a format of the length @a len provided in the buffer @a buf. - @return @true on success, @false on failure. + @param format + The format for which to set the data. + @param len + The size of data in bytes. + @param buf + Non-@NULL pointer to the data. + @return + @true on success, @false on failure. */ virtual bool SetData(const wxDataFormat& format, size_t len, const void* buf);