diff options
author | Dan Williams <dcbw@redhat.com> | 2013-04-30 12:07:16 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-05-06 10:45:55 -0500 |
commit | 9bbcd9d6a5d0b01e16bdd4f94f707f0341f73e24 (patch) | |
tree | 0bf82eb0494145860c0434583fc27ac791819415 /introspection | |
parent | ab4198f576cb4308fecef3897675fe49cbcbe48a (diff) |
sms: add support for message class
We need to redefine the message class property to int since class
0 is a valid message class. Thus -1 now means "unspecified class".
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Sms.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml index 16e29d2f..586c2fd6 100644 --- a/introspection/org.freedesktop.ModemManager1.Sms.xml +++ b/introspection/org.freedesktop.ModemManager1.Sms.xml @@ -122,11 +122,12 @@ <!-- Class: - 3GPP message class (0..3). + 3GPP message class (-1..3). -1 means class is not available or + is not used for this message, otherwise the 3GPP SMS message class. - Always 0 for 3GPP2/CDMA. + Always -1 for 3GPP2/CDMA. --> - <property name="Class" type="u" access="read" /> + <property name="Class" type="i" access="read" /> <!-- DeliveryReportRequest: |