Skip to content

Commit 1bcb782

Browse files
committed
document msg_id for all call events
1 parent 508cd9a commit 1bcb782

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
@@ -6670,7 +6670,7 @@ void dc_event_unref(dc_event_t* event);
66706670
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
66716671
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
66726672
*
6673-
* @param data1 (int) msg_id ID of the info-message referring to the call,
6673+
* @param data1 (int) msg_id ID of the info-message referring to the call
66746674
*/
66756675
#define DC_EVENT_INCOMING_CALL 2550
66766676

@@ -6680,6 +6680,8 @@ void dc_event_unref(dc_event_t* event);
66806680
*
66816681
* The event is sent unconditionally when the corresponding message is received.
66826682
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6683+
*
6684+
* @param data1 (int) msg_id ID of the info-message referring to the call
66836685
*/
66846686
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
66856687

@@ -6688,6 +6690,8 @@ void dc_event_unref(dc_event_t* event);
66886690
*
66896691
* The event is sent unconditionally when the corresponding message is received.
66906692
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6693+
*
6694+
* @param data1 (int) msg_id ID of the info-message referring to the call
66916695
*/
66926696
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
66936697

@@ -6696,6 +6700,8 @@ void dc_event_unref(dc_event_t* event);
66966700
*
66976701
* The event is sent unconditionally when the corresponding message is received.
66986702
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6703+
*
6704+
* @param data1 (int) msg_id ID of the info-message referring to the call
66996705
*/
67006706
#define DC_EVENT_CALL_ENDED 2580
67016707

0 commit comments

Comments
 (0)