iface-modem-voice: allow creating incoming calls in waiting state

This commit is contained in:
Aleksander Morgado
2019-06-07 18:06:42 +02:00
parent d3ef177f53
commit d9a7b403ee
4 changed files with 16 additions and 8 deletions

View File

@@ -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 */