diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-01-14 12:22:57 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-01-14 12:23:21 -0600 |
commit | 807120996f2eb9e3ddcac5ba6f9826feac440175 (patch) | |
tree | d58c9e1a38d54ef17cb24fad7acac9f017f0fb6c | |
parent | d908389aff85a77757d3a86f0be6b47535991e3c (diff) |
api: add reply parameter to USSD Respond method (bgo #638038)
The network will usually send back the new sub menu to pick from.
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml index ae6884f0..8eef91d2 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml @@ -38,6 +38,12 @@ request for further input. </tp:docstring> </arg> + <arg name="reply" type="s" direction="out"> + <tp:docstring> + The network reply to this response to the network-initiated USSD + command. The reply may require further responses. + </tp:docstring> + </arg> </method> <method name="Cancel"> |