Skip to content

Commit 5222e69

Browse files
committed
document msg_id for all call events
1 parent b527755 commit 5222e69

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deltachat-ffi/deltachat.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6731,7 +6731,7 @@ void dc_event_unref(dc_event_t* event);
67316731
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
67326732
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
67336733
*
6734-
* @param data1 (int) msg_id ID of the info-message referring to the call,
6734+
* @param data1 (int) msg_id ID of the info-message referring to the call
67356735
*/
67366736
#define DC_EVENT_INCOMING_CALL 2550
67376737

@@ -6741,6 +6741,8 @@ void dc_event_unref(dc_event_t* event);
67416741
*
67426742
* The event is sent unconditionally when the corresponding message is received.
67436743
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6744+
*
6745+
* @param data1 (int) msg_id ID of the info-message referring to the call
67446746
*/
67456747
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
67466748

@@ -6749,6 +6751,8 @@ void dc_event_unref(dc_event_t* event);
67496751
*
67506752
* The event is sent unconditionally when the corresponding message is received.
67516753
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6754+
*
6755+
* @param data1 (int) msg_id ID of the info-message referring to the call
67526756
*/
67536757
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
67546758

@@ -6757,6 +6761,8 @@ void dc_event_unref(dc_event_t* event);
67576761
*
67586762
* The event is sent unconditionally when the corresponding message is received.
67596763
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6764+
*
6765+
* @param data1 (int) msg_id ID of the info-message referring to the call
67606766
*/
67616767
#define DC_EVENT_CALL_ENDED 2580
67626768

0 commit comments

Comments
 (0)