diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-06-07 18:06:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:00:50 +0200 |
commit | d9a7b403eeb12b22f9d63aae9c6956d735cdd97a (patch) | |
tree | f0fe1060c182fe3712f9dd5c6cdd98cd650719b8 /src/mm-call-list.h | |
parent | d3ef177f532101dfd8db8415ce57091154d5e97d (diff) |
iface-modem-voice: allow creating incoming calls in waiting state
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index 0cf75238..4167cd08 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -68,6 +68,7 @@ gboolean mm_call_list_delete_call (MMCallList *self, const gchar *call_path, GError **error); -MMBaseCall *mm_call_list_get_first_ringing_in_call (MMCallList *self); +MMBaseCall *mm_call_list_get_first_incoming_call (MMCallList *self, + MMCallState incoming_state); #endif /* MM_CALL_LIST_H */ |