aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-09 17:15:57 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-03-22 08:11:00 +0100
commit9367f239db5b64f560e02575335b176c0a38024b (patch)
treef98a4e36f0b773c8bb74888620f048a12575500a
parentad757bd3bc722bd8ee9d015d1a6b45f689fc1628 (diff)
api,introspection: minor updates in the CDMA interface descriptions
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
index 587fd5ab..0155ab0d 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.ModemCdma.xml
@@ -22,14 +22,16 @@
<!--
Activate:
- @carrier: Name of carrier.
+ @carrier_code: Name of carrier, or carrier-specific code.
Provisions the modem for use with a given carrier using the modem's
<ulink url="http://en.wikipedia.org/wiki/Over-the-air_programming">Over-The-Air (OTA)</ulink>
activation functionality, if any.
+
+ Some modems will reboot after this call is made.
-->
<method name="Activate">
- <arg name="carrier" type="s" direction="in" />
+ <arg name="carrier_code" type="s" direction="in" />
</method>
<!--
@@ -49,7 +51,7 @@
ActivationStateChanged:
@activation_state: Current activation state, given as a <link linkend="MMModemCdmaActivationState">MMModemCdmaActivationState</link>.
@activation_error: Carrier-specific error code, given as a <link linkend="MMCdmaActivationError">MMCdmaActivationError</link>.
- @status_changes: Properties that have changed as a result of this activation state chage, including <literal>"mdn"</literal> and <literal>"min"</literal>.
+ @status_changes: Properties that have changed as a result of this activation state chage, including <literal>"mdn"</literal> and <literal>"min"</literal>. The dictionary may be empty if the changed properties are unknown.
The device activation state changed.
-->