docs,api: fix section reference to the Messaging interface
This commit is contained in:
@@ -553,7 +553,7 @@ mm_plugin_create (void)
|
|||||||
<para>
|
<para>
|
||||||
Modems with additional features will export feature-specific interfaces, such as
|
Modems with additional features will export feature-specific interfaces, such as
|
||||||
the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link> or
|
the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link> or
|
||||||
the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Messaging</link>
|
the <link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Messaging">Messaging</link>
|
||||||
ones.
|
ones.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
@@ -616,7 +616,7 @@ mm_plugin_create (void)
|
|||||||
which are directly related to the purpose of the interface. For example, enabling the
|
which are directly related to the purpose of the interface. For example, enabling the
|
||||||
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link>
|
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link>
|
||||||
interface will involve setting up the initial location information; and enabling the
|
interface will involve setting up the initial location information; and enabling the
|
||||||
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Messaging</link>
|
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Messaging">Messaging</link>
|
||||||
interface will involve loading the initial list of SMS available in the SIM or Modem.
|
interface will involve loading the initial list of SMS available in the SIM or Modem.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@@ -675,7 +675,7 @@ mm_plugin_create (void)
|
|||||||
which are directly related to the purpose of the interface. For example, disabling the
|
which are directly related to the purpose of the interface. For example, disabling the
|
||||||
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link>
|
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Location</link>
|
||||||
interface will involve shutting down the location gathering; and disabling the
|
interface will involve shutting down the location gathering; and disabling the
|
||||||
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Location">Messaging</link>
|
<link linkend="gdbus-org.freedesktop.ModemManager1.Modem.Messaging">Messaging</link>
|
||||||
interface will involve unexporting all SMS objects from DBus.
|
interface will involve unexporting all SMS objects from DBus.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Reference in New Issue
Block a user