diff options
Diffstat (limited to 'introspection/org.freedesktop.ModemManager.Modem.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager.Modem.xml | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/introspection/org.freedesktop.ModemManager.Modem.xml b/introspection/org.freedesktop.ModemManager.Modem.xml index 3f6f0bbc..dadaaacd 100644 --- a/introspection/org.freedesktop.ModemManager.Modem.xml +++ b/introspection/org.freedesktop.ModemManager.Modem.xml @@ -5,33 +5,33 @@ <interface name="org.freedesktop.ModemManager.Modem"> <method name="Enable"> <tp:docstring> - Enable the device. Initializes the modem. + Enable the device. Initializes the modem. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_enable"/> <arg name="enable" type="b" direction="in"> - <tp:docstring> - True to enable the device, False to disable. - </tp:docstring> + <tp:docstring> + True to enable the device, False to disable. + </tp:docstring> </arg> </method> <method name="Connect"> <tp:docstring> - Dial in. + Dial in. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_connect"/> <arg name="number" type="s" direction="in"> - <tp:docstring> - The number to use for dialing. - </tp:docstring> + <tp:docstring> + The number to use for dialing. + </tp:docstring> </arg> </method> <method name="Disconnect"> <tp:docstring> - Disconnect modem. + Disconnect modem. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_disconnect"/> @@ -39,14 +39,14 @@ <method name="GetIP4Config"> <tp:docstring> - Request the IP4 configuration from the device. - Note that it'll only be supported for IPMethod MM_MODEM_IP_METHOD_STATIC. + Request the IP4 configuration from the device. + Note that it'll only be supported for IPMethod MM_MODEM_IP_METHOD_STATIC. </tp:docstring> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="impl_modem_get_ip4_config"/> <arg name="address" type="(uuuu)" direction="out"> - Structure containing IP4 address, DNS1, DNS2, DNS3. - The DNS list is padded with 0's if there's less than 3 DNS servers. + Structure containing IP4 address, DNS1, DNS2, DNS3. + The DNS list is padded with 0's if there's less than 3 DNS servers. </arg> </method> @@ -108,27 +108,27 @@ <property name="Device" type="s" access="read"> <tp:docstring> - The modem port to use for IP configuration and traffic. + The modem port to use for IP configuration and traffic. </tp:docstring> </property> <property name="DeviceIdentifier" type="s" access="read"> <tp:docstring> - A best-effort device identifier based on various device information like - model name, firmware revision, USB/PCI/PCMCIA IDs, and other properties. - This ID is not guaranteed to be unique and may be shared between - identical devices with the same firmware, but is intended to be - "unique enough" for use as a casual device identifier for various - user experience operations. This is not the device's IMEI or ESN since - those may not be available before unlocking the device via a PIN. + A best-effort device identifier based on various device information like + model name, firmware revision, USB/PCI/PCMCIA IDs, and other properties. + This ID is not guaranteed to be unique and may be shared between + identical devices with the same firmware, but is intended to be + "unique enough" for use as a casual device identifier for various + user experience operations. This is not the device's IMEI or ESN since + those may not be available before unlocking the device via a PIN. </tp:docstring> </property> <property name="MasterDevice" type="s" access="read"> <tp:docstring> - The physical modem device reference (ie, USB, PCI, PCMCIA device), which - may be dependent upon the operating system. In Linux for example, this - points to a sysfs path of the usb_device object. + The physical modem device reference (ie, USB, PCI, PCMCIA device), which + may be dependent upon the operating system. In Linux for example, this + points to a sysfs path of the usb_device object. </tp:docstring> </property> @@ -193,32 +193,32 @@ <tp:enum name="MM_MODEM_TYPE" type="u"> <tp:enumvalue suffix="GSM" value="1"> - <tp:docstring> - A GSM device. - </tp:docstring> + <tp:docstring> + A GSM device. + </tp:docstring> </tp:enumvalue> <tp:enumvalue suffix="CDMA" value="2"> - <tp:docstring> - A CDMA device. - </tp:docstring> + <tp:docstring> + A CDMA device. + </tp:docstring> </tp:enumvalue> </tp:enum> <tp:enum name="MM_MODEM_IP_METHOD" type="u"> <tp:enumvalue suffix="PPP" value="0"> - <tp:docstring> - Use PPP to get the address. - </tp:docstring> + <tp:docstring> + Use PPP to get the address. + </tp:docstring> </tp:enumvalue> <tp:enumvalue suffix="STATIC" value="1"> - <tp:docstring> - Static configuration, the modem will provide IP information. - </tp:docstring> + <tp:docstring> + Static configuration, the modem will provide IP information. + </tp:docstring> </tp:enumvalue> <tp:enumvalue suffix="DHCP" value="2"> - <tp:docstring> - Use DHCP - </tp:docstring> + <tp:docstring> + Use DHCP + </tp:docstring> </tp:enumvalue> </tp:enum> |