tweak documentation, remove general explanation from api-reference, this is already done in the overview

This commit is contained in:
B. Petersen
2022-01-06 00:41:41 +01:00
committed by bjoern
parent 8fd4d00776
commit 1c081935fb
2 changed files with 5 additions and 6 deletions

View File

@@ -3681,7 +3681,8 @@ char* dc_msg_get_filemime (const dc_msg_t* msg);
* @memberof dc_msg_t
* @param msg The webxdc instance.
* @param filename The name inside the archive,
* must be given as a relative path (no leading `/`).
* can be given as a absolute path (`/file.png`)
* or as a relative path (`file.png`, no leading slash)
* @param ret_bytes Pointer to a size_t. The size of the blob will be written here.
* @return The blob must be released using dc_str_unref() after usage.
* NULL if there is no such file in the archive or on errors.