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 /introspection/org.freedesktop.ModemManager1.Call.xml | |
parent | 2ac5d620c458ddc8771ae6c8789608b87d58f56b (diff) |
core,libmm-glib,cli,voice: Replaced 'SendTone' method and 'ToneReceived' signal with 'SendDtmf' and 'DtmfReceived'
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Call.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Call.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Call.xml b/introspection/org.freedesktop.ModemManager1.Call.xml index 3fcff72e..55905f55 100644 --- a/introspection/org.freedesktop.ModemManager1.Call.xml +++ b/introspection/org.freedesktop.ModemManager1.Call.xml @@ -48,25 +48,25 @@ <method name="Hangup"/> <!-- - SendTone: - @tone: Tone identifier. (Admitter chars are [0-9A-D*#]) + SendDtmf: + @dtmf: DTMF tone identifier. (Admitter chars are [0-9A-D*#]) Send a DTMF tone (Dual Tone Multi-Frequency) (only on supported modem). Applicable only if state is <link linkend="MM-CALL-STATE-ACTIVE:CAPS"><constant>MM_CALL_STATE_ACTIVE</constant></link>. --> - <method name="SendTone"> - <arg name="tone" type="s" direction="in"/> + <method name="SendDtmf"> + <arg name="dtmf" type="s" direction="in"/> </method> <!-- - ToneReceived: - @tone: Tone identifier. (Admitter chars are [0-9A-D*#]) + DtmfReceived: + @dtmf: DTMF tone identifier. (Admitter chars are [0-9A-D*#]) Emitted when a DTMF tone is received (only on supported modem) --> - <signal name="ToneReceived"> - <arg name="tone" type="s" /> + <signal name="DtmfReceived"> + <arg name="dtmf" type="s" /> </signal> <!-- |