1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-28 14:55:26 +00:00

call: Fix typos in section docstring

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-18 04:47:19 +01:00
parent 3eda1119ad
commit 54092e45d4

View file

@ -38,10 +38,10 @@
*
* This is the interface to a call. It has a id, name and a
* state. Only the state changes after creation. If the state is
* #CALL_CALL_STATE_INCOMING, the call can be answered with #answer.
* The call can also be hung up at any time with #hang_up.
* #CALLS_CALL_STATE_INCOMING, the call can be answered with #calls_call_answer.
* The call can also be hung up at any time with #calls_call_hang_up.
*
* DTMF tones can be played the call using #send_dtmf
* DTMF tones can be played to the call using #calls_call_send_dtmf_tone
* Valid characters for the key are 0-9, '*', '#', 'A',
* 'B', 'C' and 'D'.
*/