Improve documentation for new_stream_contents().

This commit is contained in:
tastytea 2020-01-08 21:56:54 +01:00
parent 7edcb7c507
commit f401f9d1b2
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -107,7 +107,11 @@ public:
void set_proxy(string_view proxy);
/*!
* @brief Get new stream contents and delete them.
* @brief Copy new stream contents and delete the original.
*
* Note that the last event is not necessarily complete, it could happen
* that you are calling this function mid-transfer. You have to check the
* data integrity yourself.
*
* @since 0.1.0
*/