diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-15 00:04:15 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-10-16 17:09:21 +0000 |
commit | fc0feee65481f7edf1118e8dd74a5352901f677f (patch) | |
tree | 6da08a5018f26f725f852240c64a6aa7aedd8640 /src/mm-call-list.h | |
parent | f71e120fb7e120c615e83a3803f20a0bd69b659e (diff) |
huawei,call: handle in-call URCs in the call object itself
Instead of handling the URCs in the modem object and using the
MMIfaceModem as a bridge to report the status read from the URC to a
call obtained from the MMCallList... just handle the URCs in the call
object itself.
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index 53102d06..0cf75238 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -68,11 +68,6 @@ 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_ringing_out_call (MMCallList *self); -MMBaseCall *mm_call_list_get_first_outgoing_dialing_call (MMCallList *self); -MMBaseCall *mm_call_list_get_first_non_terminated_call (MMCallList *self); -gboolean mm_call_list_send_dtmf_to_active_calls (MMCallList *self, - const gchar *dtmf); +MMBaseCall *mm_call_list_get_first_ringing_in_call (MMCallList *self); #endif /* MM_CALL_LIST_H */ |