introspection: untabify

This commit is contained in:
Ben Chan
2019-08-28 16:33:54 -07:00
committed by Aleksander Morgado
parent c1982ffcbc
commit 6f0c72e4f2
4 changed files with 20 additions and 20 deletions

View File

@@ -40,13 +40,13 @@
<!-- <!--
Deflect: Deflect:
@number: new number where the call will be deflected. @number: new number where the call will be deflected.
Deflect an incoming or waiting call to a new number. This call will be Deflect an incoming or waiting call to a new number. This call will be
considered terminated once the deflection is performed. considered terminated once the deflection is performed.
Applicable only if state is <link linkend="MM-CALL-STATE-RINGING-IN:CAPS"><constant>MM_CALL_STATE_RINGING_IN</constant></link> or Applicable only if state is <link linkend="MM-CALL-STATE-RINGING-IN:CAPS"><constant>MM_CALL_STATE_RINGING_IN</constant></link> or
<link linkend="MM-CALL-STATE-WAITING:CAPS"><constant>MM_CALL_STATE_WAITING</constant></link> and direction is <link linkend="MM-CALL-STATE-WAITING:CAPS"><constant>MM_CALL_STATE_WAITING</constant></link> and direction is
<link linkend="MM-CALL-DIRECTION-INCOMING:CAPS"><constant>MM_CALL_DIRECTION_INCOMING</constant></link>. <link linkend="MM-CALL-DIRECTION-INCOMING:CAPS"><constant>MM_CALL_DIRECTION_INCOMING</constant></link>.
--> -->
<method name="Deflect"> <method name="Deflect">
@@ -57,7 +57,7 @@
JoinMultiparty: JoinMultiparty:
Join the currently held call into a single multiparty call with another Join the currently held call into a single multiparty call with another
already active call. already active call.
The calls will be flagged with the The calls will be flagged with the
'<link linkend="gdbus-property-org-freedesktop-ModemManager1-Call.Multiparty">Multiparty</link>' '<link linkend="gdbus-property-org-freedesktop-ModemManager1-Call.Multiparty">Multiparty</link>'

View File

@@ -127,10 +127,10 @@
CallWaitingSetup: CallWaitingSetup:
Activates or deactivates the call waiting network service, as per Activates or deactivates the call waiting network service, as per
3GPP TS 22.083. 3GPP TS 22.083.
This operation requires communication with the network in order to This operation requires communication with the network in order to
complete, so the modem must be successfully registered. complete, so the modem must be successfully registered.
--> -->
<method name="CallWaitingSetup"> <method name="CallWaitingSetup">
<arg name="enable" type="b" direction="in" /> <arg name="enable" type="b" direction="in" />
@@ -140,10 +140,10 @@
CallWaitingQuery: CallWaitingQuery:
Queries the status of the call waiting network service, as per Queries the status of the call waiting network service, as per
3GPP TS 22.083. 3GPP TS 22.083.
This operation requires communication with the network in order to This operation requires communication with the network in order to
complete, so the modem must be successfully registered. complete, so the modem must be successfully registered.
--> -->
<method name="CallWaitingQuery"> <method name="CallWaitingQuery">
<arg name="status" type="b" direction="out" /> <arg name="status" type="b" direction="out" />

View File

@@ -132,11 +132,11 @@
<!-- <!--
SetPowerState: 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 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> modem is in <link linkend="MM-MODEM-STATE-DISABLED:CAPS"><constant>MM_MODEM_STATE_DISABLED</constant></link>
state. state.
--> -->
<method name="SetPowerState"> <method name="SetPowerState">
<arg name="state" type="u" direction="in" /> <arg name="state" type="u" direction="in" />
@@ -424,9 +424,9 @@
StateFailedReason: StateFailedReason:
Error specifying why the modem is in Error specifying why the modem is in
<link linkend="MM-MODEM-STATE-FAILED:CAPS"><constant>MM_MODEM_STATE_FAILED</constant></link> <link linkend="MM-MODEM-STATE-FAILED:CAPS"><constant>MM_MODEM_STATE_FAILED</constant></link>
state, given as a state, given as a
<link linkend="MMModemStateFailedReason">MMModemStateFailedReason</link> value. <link linkend="MMModemStateFailedReason">MMModemStateFailedReason</link> value.
--> -->
<property name="StateFailedReason" type="u" access="read" /> <property name="StateFailedReason" type="u" access="read" />
@@ -466,8 +466,8 @@
<!-- <!--
PowerState: PowerState:
A <link linkend="MMModemPowerState">MMModemPowerState</link> value A <link linkend="MMModemPowerState">MMModemPowerState</link> value
specifying the current power state of the modem. specifying the current power state of the modem.
--> -->
<property name="PowerState" type="u" access="read" /> <property name="PowerState" type="u" access="read" />

View File

@@ -109,8 +109,8 @@
<varlistentry><term><link linkend="MM-SMS-VALIDITY-TYPE-RELATIVE:CAPS">MM_SMS_VALIDITY_TYPE_RELATIVE</link></term> <varlistentry><term><link linkend="MM-SMS-VALIDITY-TYPE-RELATIVE:CAPS">MM_SMS_VALIDITY_TYPE_RELATIVE</link></term>
<listitem> <listitem>
<para> <para>
The value is the length of the validity period in minutes, given The value is the length of the validity period in minutes, given
as an unsigned integer (D-Bus signature <literal>'u'</literal>). as an unsigned integer (D-Bus signature <literal>'u'</literal>).
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>