Skip to content

Commit dfed5b1

Browse files
committed
document msg_id for all call events
1 parent 0f5b381 commit dfed5b1

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
@@ -6726,7 +6726,7 @@ void dc_event_unref(dc_event_t* event);
67266726
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
67276727
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
67286728
*
6729-
* @param data1 (int) msg_id ID of the info-message referring to the call,
6729+
* @param data1 (int) msg_id ID of the info-message referring to the call
67306730
*/
67316731
#define DC_EVENT_INCOMING_CALL 2550
67326732

@@ -6736,6 +6736,8 @@ void dc_event_unref(dc_event_t* event);
67366736
*
67376737
* The event is sent unconditionally when the corresponding message is received.
67386738
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6739+
*
6740+
* @param data1 (int) msg_id ID of the info-message referring to the call
67396741
*/
67406742
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
67416743

@@ -6744,6 +6746,8 @@ void dc_event_unref(dc_event_t* event);
67446746
*
67456747
* The event is sent unconditionally when the corresponding message is received.
67466748
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6749+
*
6750+
* @param data1 (int) msg_id ID of the info-message referring to the call
67476751
*/
67486752
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
67496753

@@ -6752,6 +6756,8 @@ void dc_event_unref(dc_event_t* event);
67526756
*
67536757
* The event is sent unconditionally when the corresponding message is received.
67546758
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6759+
*
6760+
* @param data1 (int) msg_id ID of the info-message referring to the call
67556761
*/
67566762
#define DC_EVENT_CALL_ENDED 2580
67576763

0 commit comments

Comments
 (0)