diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-18 13:15:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-25 19:36:14 +0200 |
commit | 13595dcd7f439cfc49cb6d7f165690e22676a805 (patch) | |
tree | 481c01c8c398c6ee3f6316c459c992e25232608f | |
parent | 1ebbd16f98cb8f88ab0cf910c3d225de3b427f9f (diff) |
api,introspection: minor indentation fixes in 'Validity' property definition
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sms.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml index 000caadd..34b31c60 100644 --- a/introspection/org.freedesktop.ModemManager1.Sms.xml +++ b/introspection/org.freedesktop.ModemManager1.Sms.xml @@ -101,19 +101,19 @@ Indicates when the SMS expires in the SMSC. This value is composed of a - <link linkend="MMSmsValidityType">MMSmsValidityType</link> - key, with an associated data which contains type-specific validity - information: + <link linkend="MMSmsValidityType">MMSmsValidityType</link> + key, with an associated data which contains type-specific validity + information: - <variablelist> - <varlistentry><term><link linkend="MM-SMS-VALIDITY-TYPE-RELATIVE:CAPS">MM_SMS_VALIDITY_TYPE_RELATIVE</link></term> + <variablelist> + <varlistentry><term><link linkend="MM-SMS-VALIDITY-TYPE-RELATIVE:CAPS">MM_SMS_VALIDITY_TYPE_RELATIVE</link></term> <listitem> - <para> - The value is the length of the validity period in minutes, given - as an unsigned integer (D-Bus signature <literal>'u'</literal>). + <para> + The value is the length of the validity period in minutes, given + as an unsigned integer (D-Bus signature <literal>'u'</literal>). </para> </listitem> - </varlistentry> + </varlistentry> </variablelist> --> <property name="Validity" type="(uv)" access="read" /> |