diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-10 10:17:26 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-10 10:17:26 -0800 |
commit | 611e832d0ed509f862c8ab047cd8faca98f5aec9 (patch) | |
tree | f5df50404509cebb20e737c65970ede83c9bcb17 | |
parent | 05dde9a3152368d40f1a82ece9d296e2ccbac428 (diff) |
api: add 'reply' parameter to USSD Initiate() command
-rw-r--r-- | introspection/mm-modem-gsm-ussd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/introspection/mm-modem-gsm-ussd.xml b/introspection/mm-modem-gsm-ussd.xml index f1f99fb4..ae6884f0 100644 --- a/introspection/mm-modem-gsm-ussd.xml +++ b/introspection/mm-modem-gsm-ussd.xml @@ -18,6 +18,11 @@ The command to start the USSD session with. </tp:docstring> </arg> + <arg name="reply" type="s" direction="out"> + <tp:docstring> + The network response to the command which started the USSD session. + </tp:docstring> + </arg> </method> <method name="Respond"> |