diff options
author | Marco Bascetta <marco.bascetta@sadel.it> | 2015-06-04 09:24:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:48 +0200 |
commit | 74325b547add635b9e3916091d01e0b506bc4eb2 (patch) | |
tree | ff5ba4b5dbf059cfdd4a7fc983ae6cc182362ec0 /src/mm-call-list.h | |
parent | 2ac5d620c458ddc8771ae6c8789608b87d58f56b (diff) |
core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' signal with 'SendDtmf' and 'DtmfReceived'
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r-- | src/mm-call-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h index 1a63b934..58351666 100644 --- a/src/mm-call-list.h +++ b/src/mm-call-list.h @@ -77,6 +77,6 @@ MMBaseCall* mm_call_list_get_first_ringing_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, - gchar *tone); + gchar *dtmf); #endif /* MM_CALL_LIST_H */ |