api,introspection: flag as DEPRECATED the 'number' bearer setting
This setting is unused since some releases ago, and the corresponding libmm-glib methods were already flagged as deprecated. Let's add an explicit mention to this deprecation on the DBus API itself.
This commit is contained in:
@@ -91,8 +91,9 @@
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry><term><literal>"number"</literal></term>
|
<varlistentry><term><literal>"number"</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
For POTS devices the number to dial,,
|
Number to dial for the data connection,
|
||||||
given as a string value (signature <literal>"s"</literal>).
|
given as a string value (signature <literal>"s"</literal>).
|
||||||
|
Deprecated since version 1.10.0.
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry><term><literal>"allow-roaming"</literal></term>
|
<varlistentry><term><literal>"allow-roaming"</literal></term>
|
||||||
|
@@ -80,7 +80,7 @@
|
|||||||
<varlistentry><term><literal>"rm-protocol"</literal></term>
|
<varlistentry><term><literal>"rm-protocol"</literal></term>
|
||||||
<listitem><para>Protocol of the Rm interface, given as a <link linkend="MMModemCdmaRmProtocol">MMModemCdmaRmProtocol</link> value (signature <literal>"u"</literal>). Optional in CDMA.</para></listitem></varlistentry>
|
<listitem><para>Protocol of the Rm interface, given as a <link linkend="MMModemCdmaRmProtocol">MMModemCdmaRmProtocol</link> value (signature <literal>"u"</literal>). Optional in CDMA.</para></listitem></varlistentry>
|
||||||
<varlistentry><term><literal>"number"</literal></term>
|
<varlistentry><term><literal>"number"</literal></term>
|
||||||
<listitem><para>Telephone number to dial, given as a string value (signature <literal>"s"</literal>). Required in POTS.</para></listitem></varlistentry>
|
<listitem><para>Number to dial for the data connection, given as a string value (signature <literal>"s"</literal>). Deprecated since version 1.10.0.</para></listitem></varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
Some properties are only applicable to a bearer of certain access
|
Some properties are only applicable to a bearer of certain access
|
||||||
|
Reference in New Issue
Block a user