aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
Diffstat (limited to 'introspection')
-rw-r--r--introspection/Makefile.am26
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Cdma.xml2
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml6
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.Gsm.xml3
-rw-r--r--introspection/org.freedesktop.ModemManager.Modem.xml13
5 files changed, 35 insertions, 15 deletions
diff --git a/introspection/Makefile.am b/introspection/Makefile.am
index 5c2a5ebb..3c7a380e 100644
--- a/introspection/Makefile.am
+++ b/introspection/Makefile.am
@@ -1,19 +1,19 @@
EXTRA_DIST = \
all.xml \
- mm-manager.xml \
+ org.freedesktop.ModemManager.xml \
mm-mobile-error.xml \
- mm-modem.xml \
- mm-modem-cdma.xml \
+ org.freedesktop.ModemManager.Modem.xml \
+ org.freedesktop.ModemManager.Modem.Cdma.xml \
mm-modem-connect-error.xml \
mm-modem-error.xml \
- mm-modem-gsm.xml \
- mm-modem-gsm-card.xml \
- mm-modem-gsm-contacts.xml \
- mm-modem-gsm-hso.xml \
- mm-modem-gsm-network.xml \
- mm-modem-gsm-sms.xml \
- mm-modem-simple.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.Card.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.Contacts.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.Hso.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.Network.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.SMS.xml \
+ org.freedesktop.ModemManager.Modem.Simple.xml \
mm-serial-error.xml \
- mm-modem-location.xml \
- mm-modem-gsm-ussd.xml \
- mm-properties-changed.xml
+ org.freedesktop.ModemManager.Modem.Location.xml \
+ org.freedesktop.ModemManager.Modem.Gsm.Ussd.xml \
+ org.freedesktop.DBus.Properties.xml
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml b/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml
index 3e4c98b7..d80d9b9b 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.Cdma.xml
@@ -120,7 +120,7 @@
</arg>
</method>
- <property name="MEID" type="s" access="read">
+ <property name="Meid" type="s" access="read">
<tp:docstring>
The modem's Mobile Equipment Identifier.
</tp:docstring>
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">
diff --git a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
index ea23adcf..78da9a44 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.Gsm.xml
@@ -157,6 +157,9 @@
<tp:enumvalue suffix="HSPA" value="8">
<tp:docstring>HSPA (ETSI 27.007: "UTRAN w/HSDPA and HSUPA")</tp:docstring>
</tp:enumvalue>
+ <tp:enumvalue suffix="HSPA_PLUS" value="9">
+ <tp:docstring>HSPA+ (ETSI 27.007: "UTRAN w/HSPA+")</tp:docstring>
+ </tp:enumvalue>
</tp:enum>
</interface>
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml
index e1a07293..d5da9525 100644
--- a/introspection/org.freedesktop.ModemManager.Modem.xml
+++ b/introspection/org.freedesktop.ModemManager.Modem.xml
@@ -63,9 +63,20 @@
</arg>
</method>
+ <method name="Reset">
+ <tp:docstring>
+ Clear non-persistent configuration and state, and return the device to
+ a newly-powered-on state. This command may power-cycle the device.
+ </tp:docstring>
+ <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
+ <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_reset"/>
+ </method>
+
<method name="FactoryReset">
<tp:docstring>
- Reset the modem to as close to factory state as possible.
+ Clear the modem's configuration (including persistent configuration and
+ state), and return the device to a factory-default state. This command
+ may or may not power-cycle the device.
</tp:docstring>
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_factory_reset"/>