diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Simple.xml | 4 | ||||
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml index fc3745f3..3eccbbcc 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Simple.xml @@ -82,8 +82,8 @@ <varlistentry><term><literal>"ip-type"</literal></term> <listitem> For GSM/UMTS and LTE devices the IP addressing type to use, - one of "IPV4", "IPV4V6" or "IPV6". - Given as a string value (signature <literal>"s"</literal>). + given as a <link linkend="MMBearerIpFamily">MMBearerIpFamily</link> + value (signature <literal>"u"</literal>). </listitem> </varlistentry> <varlistentry><term><literal>"user"</literal></term> diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 1a6b4519..5869db7f 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -62,7 +62,7 @@ <varlistentry><term><literal>"apn"</literal></term> <listitem><para>Access Point Name, given as a string value (signature <literal>"s"</literal>). Required in 3GPP.</para></listitem></varlistentry> <varlistentry><term><literal>"ip-type"</literal></term> - <listitem><para>Addressing type, given as a string value (signature <literal>"s"</literal>). One of <literal>"IPV4"</literal>, <literal>"IPV4V6"</literal>, or <literal>"IPV6"</literal>. Optional in 3GPP and CDMA.</para></listitem></varlistentry> + <listitem><para>Addressing type, given as a <link linkend="MMBearerIpFamily">MMBearerIpFamily</link> value (signature <literal>"u"</literal>). Optional in 3GPP and CDMA.</para></listitem></varlistentry> <varlistentry><term><literal>"user"</literal></term> <listitem><para>User name (if any) required by the network, given as a string value (signature <literal>"s"</literal>). Optional in 3GPP.</para></listitem></varlistentry> <varlistentry><term><literal>"password"</literal></term> |