mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
ui-call-data: Document calls_call_state_to_cui_call_state()
This commit is contained in:
parent
3fa290f5a7
commit
e4dc6548c5
1 changed files with 6 additions and 0 deletions
|
@ -570,6 +570,12 @@ calls_ui_call_data_get_silenced (CallsUiCallData *self)
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* calls_call_state_to_cui_call_state:
|
||||
* @state: A #CallsCallState
|
||||
*
|
||||
* Returns: a #CuiCallState @state is mapped to.
|
||||
*/
|
||||
CuiCallState
|
||||
calls_call_state_to_cui_call_state (CallsCallState state)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue