mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
DC_EVENT_INCOMING_WEBXDC_INFO: text is in message already
This commit is contained in:
@@ -6089,10 +6089,9 @@ void dc_event_unref(dc_event_t* event);
|
|||||||
* A webxdc added an info message that should be notified.
|
* A webxdc added an info message that should be notified.
|
||||||
*
|
*
|
||||||
* @param data1 0
|
* @param data1 0
|
||||||
* @param data2 (int) info_msg_id + (char*) info text to notify.
|
* @param data2 (int) info_msg_id -
|
||||||
* ID of the info message added in dc_event_get_data2_int(),
|
* ID of the info message added in dc_event_get_data2_int().
|
||||||
* and the text to notify in dc_event_get_data2_str().
|
* Use dc_msg_get_text() to get the text to notify.
|
||||||
* string must be passed to dc_str_unref() afterwards.
|
|
||||||
* Use dc_msg_get_parent() to get the webxdc instance the notification belongs to.
|
* Use dc_msg_get_parent() to get the webxdc instance the notification belongs to.
|
||||||
*/
|
*/
|
||||||
#define DC_EVENT_INCOMING_WEBXDC_INFO 2003
|
#define DC_EVENT_INCOMING_WEBXDC_INFO 2003
|
||||||
|
|||||||
Reference in New Issue
Block a user