mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 15:06:05 +00:00
call: Fix typos in section docstring
This commit is contained in:
parent
3eda1119ad
commit
54092e45d4
1 changed files with 3 additions and 3 deletions
|
@ -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'.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue