Skip to content

Commit 4f2ab7a

Browse files
committed
document msg_id for all call events
1 parent 11f1cf2 commit 4f2ab7a

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
@@ -6736,7 +6736,7 @@ void dc_event_unref(dc_event_t* event);
67366736
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
67376737
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
67386738
*
6739-
* @param data1 (int) msg_id ID of the info-message referring to the call,
6739+
* @param data1 (int) msg_id ID of the info-message referring to the call
67406740
*/
67416741
#define DC_EVENT_INCOMING_CALL 2550
67426742

@@ -6746,6 +6746,8 @@ void dc_event_unref(dc_event_t* event);
67466746
*
67476747
* The event is sent unconditionally when the corresponding message is received.
67486748
* 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
67496751
*/
67506752
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
67516753

@@ -6754,6 +6756,8 @@ void dc_event_unref(dc_event_t* event);
67546756
*
67556757
* The event is sent unconditionally when the corresponding message is received.
67566758
* 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
67576761
*/
67586762
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
67596763

@@ -6762,6 +6766,8 @@ void dc_event_unref(dc_event_t* event);
67626766
*
67636767
* The event is sent unconditionally when the corresponding message is received.
67646768
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6769+
*
6770+
* @param data1 (int) msg_id ID of the info-message referring to the call
67656771
*/
67666772
#define DC_EVENT_CALL_ENDED 2580
67676773

0 commit comments

Comments
 (0)