Skip to content

Commit de36229

Browse files
committed
document msg_id for all call events
1 parent a79172f commit de36229

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
@@ -6685,7 +6685,7 @@ void dc_event_unref(dc_event_t* event);
66856685
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
66866686
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
66876687
*
6688-
* @param data1 (int) msg_id ID of the info-message referring to the call,
6688+
* @param data1 (int) msg_id ID of the info-message referring to the call
66896689
*/
66906690
#define DC_EVENT_INCOMING_CALL 2550
66916691

@@ -6695,6 +6695,8 @@ void dc_event_unref(dc_event_t* event);
66956695
*
66966696
* The event is sent unconditionally when the corresponding message is received.
66976697
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6698+
*
6699+
* @param data1 (int) msg_id ID of the info-message referring to the call
66986700
*/
66996701
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
67006702

@@ -6703,6 +6705,8 @@ void dc_event_unref(dc_event_t* event);
67036705
*
67046706
* The event is sent unconditionally when the corresponding message is received.
67056707
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6708+
*
6709+
* @param data1 (int) msg_id ID of the info-message referring to the call
67066710
*/
67076711
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
67086712

@@ -6711,6 +6715,8 @@ void dc_event_unref(dc_event_t* event);
67116715
*
67126716
* The event is sent unconditionally when the corresponding message is received.
67136717
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6718+
*
6719+
* @param data1 (int) msg_id ID of the info-message referring to the call
67146720
*/
67156721
#define DC_EVENT_CALL_ENDED 2580
67166722

0 commit comments

Comments
 (0)