summary refs log tree commit diff
path: root/introspection/nm-device-modem.xml
diff options
context:
space:
mode:
Diffstat (limited to 'introspection/nm-device-modem.xml')
-rw-r--r--introspection/nm-device-modem.xml75
1 files changed, 23 insertions, 52 deletions
diff --git a/introspection/nm-device-modem.xml b/introspection/nm-device-modem.xml
index 67742c46..1d4bd65e 100644
--- a/introspection/nm-device-modem.xml
+++ b/introspection/nm-device-modem.xml
@@ -1,64 +1,35 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<node name="/" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
+<?xml version="1.0" encoding="UTF-8"?>
+<node name="/">
   <interface name="org.freedesktop.NetworkManager.Device.Modem">
 
+    <!--
+        PropertiesChanged:
+        @properties: A dictionary mapping property names to variant boxed values
+    -->
     <signal name="PropertiesChanged">
-        <arg name="properties" type="a{sv}" tp:type="String_Variant_Map">
-            <annotation name="org.gtk.GDBus.DocString" value="
-                A dictionary mapping property names to variant boxed values
-            " />
-        </arg>
+        <arg name="properties" type="a{sv}"/>
     </signal>
 
-    <property name="ModemCapabilities" type="u" access="read" tp:type="NM_DEVICE_MODEM_CAPABILITIES">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        The generic family of access technologies the modem supports.  Not all
-        capabilities are available at the same time however; some modems require
-        a firmware reload or other reinitialization to switch between eg CDMA/EVDO
+    <!--
+        ModemCapabilities:
+
+        The generic family of access technologies the modem supports. Not all
+        capabilities are available at the same time however; some modems require a
+        firmware reload or other reinitialization to switch between eg CDMA/EVDO
         and GSM/UMTS.
-      " />
-    </property>
 
-    <property name="CurrentCapabilities" type="u" access="read" tp:type="NM_DEVICE_MODEM_CAPABILITIES">
-      <annotation name="org.gtk.GDBus.DocString" value="
+        Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link>
+    -->
+    <property name="ModemCapabilities" type="u" access="read"/>
+
+    <!--
+        CurrentCapabilities:
+
         The generic family of access technologies the modem currently supports
         without a firmware reload or reinitialization.
-      " />
-    </property>
-
-    <tp:flags name="NM_DEVICE_MODEM_CAPABILITIES" value-prefix="NM_DEVICE_MODEM_CAPABILITY" type="u">
-      <annotation name="org.gtk.GDBus.DocString" value="
-        Flags describing one or more of the general access technology families
-        that a modem device supports.
-      " />
-      <tp:flag suffix="NONE" value="0x0">
-        <annotation name="org.gtk.GDBus.DocString" value="Modem has no capabilties." />
-      </tp:flag>
-      <tp:flag suffix="POTS" value="0x1">
-        <annotation name="org.gtk.GDBus.DocString" value="
-          Modem supports the analog wired telephone network (ie 56k dialup) and
-          does not have wireless/cellular capabilities.
-        " />
-      </tp:flag>
-      <tp:flag suffix="CDMA_EVDO" value="0x2">
-        <annotation name="org.gtk.GDBus.DocString" value="
-          Modem supports at least one of CDMA 1xRTT, EVDO revision 0, EVDO
-          revision A, or EVDO revision B.
-        " />
-      </tp:flag>
-      <tp:flag suffix="GSM_UMTS" value="0x4">
-        <annotation name="org.gtk.GDBus.DocString" value="
-          Modem supports at least one of GSM, GPRS, EDGE, UMTS, HSDPA, HSUPA, or
-          HSPA+ packet switched data capability.
-        " />
-      </tp:flag>
-      <tp:flag suffix="LTE" value="0x8">
-        <annotation name="org.gtk.GDBus.DocString" value="
-          Modem has at LTE data capability.
-        " />
-      </tp:flag>
-    </tp:flags>
 
+        Returns: <link linkend="NMDeviceModemCapabilities">NMDeviceModemCapabilities</link>
+    -->
+    <property name="CurrentCapabilities" type="u" access="read"/>
   </interface>
 </node>