add source_code_url to manifest and get_webxdc_info, add a test (#3314)

This commit is contained in:
bjoern
2022-05-13 21:00:36 +02:00
committed by GitHub
parent bd5b9573f6
commit 961612370d
3 changed files with 29 additions and 0 deletions

View File

@@ -3731,6 +3731,10 @@ char* dc_msg_get_webxdc_blob (const dc_msg_t* msg, const char*
* - summary: short string describing the state of the app,
* sth. as "2 votes", "Highscore: 123",
* can be changed by the apps and defaults to an empty string.
* - source_code_url:
* URL where the source code of the Webxdc and other information can be found;
* defaults to an empty string.
* Implementations may offer an menu or a button to open this URL.
*
* @memberof dc_msg_t
* @param msg The webxdc instance.