diff options
author | Ben Chan <benchan@chromium.org> | 2019-08-28 16:33:54 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@gnu.org> | 2019-08-29 12:05:09 +0000 |
commit | 6f0c72e4f297a3fa2ac4eb3f32a1b83b228845b9 (patch) | |
tree | 9ca0398bf923376929a1f9369897358319ff01f4 /introspection/org.freedesktop.ModemManager1.Modem.xml | |
parent | c1982ffcbc2a5470d4a1df6c4f6aeb5023b83b92 (diff) |
introspection: untabify
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 0fc5741d..eb4debd8 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -132,11 +132,11 @@ <!-- SetPowerState: - @state: A <link linkend="MMModemPowerState">MMModemPowerState</link> value, to specify the desired power state. + @state: A <link linkend="MMModemPowerState">MMModemPowerState</link> value, to specify the desired power state. Set the power state of the modem. This action can only be run when the - modem is in <link linkend="MM-MODEM-STATE-DISABLED:CAPS"><constant>MM_MODEM_STATE_DISABLED</constant></link> - state. + modem is in <link linkend="MM-MODEM-STATE-DISABLED:CAPS"><constant>MM_MODEM_STATE_DISABLED</constant></link> + state. --> <method name="SetPowerState"> <arg name="state" type="u" direction="in" /> @@ -424,9 +424,9 @@ StateFailedReason: Error specifying why the modem is in - <link linkend="MM-MODEM-STATE-FAILED:CAPS"><constant>MM_MODEM_STATE_FAILED</constant></link> - state, given as a - <link linkend="MMModemStateFailedReason">MMModemStateFailedReason</link> value. + <link linkend="MM-MODEM-STATE-FAILED:CAPS"><constant>MM_MODEM_STATE_FAILED</constant></link> + state, given as a + <link linkend="MMModemStateFailedReason">MMModemStateFailedReason</link> value. --> <property name="StateFailedReason" type="u" access="read" /> @@ -466,8 +466,8 @@ <!-- PowerState: - A <link linkend="MMModemPowerState">MMModemPowerState</link> value - specifying the current power state of the modem. + A <link linkend="MMModemPowerState">MMModemPowerState</link> value + specifying the current power state of the modem. --> <property name="PowerState" type="u" access="read" /> |