summaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-11 15:50:58 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:25 +0200
commit2b01c93c577e480768d721c48d09645914794666 (patch)
treebbde3b587ce6ba7cc52563755d4dd4bbf900176b /introspection
parent628f7e41a481756950cf896e326c5050ef4c1489 (diff)
api: make read-only all SMS properties for now
We don't support yet modifying these properties on the fly (e.g. we would need to re-construct the internal PDU list when the text changes).
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Sms.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml
index 0cc0f1e3..7f41ba77 100644
--- a/introspection/org.freedesktop.ModemManager1.Sms.xml
+++ b/introspection/org.freedesktop.ModemManager1.Sms.xml
@@ -61,7 +61,7 @@
Number to which the message is addressed.
-->
- <property name="Number" type="s" access="readwrite" />
+ <property name="Number" type="s" access="read" />
<!--
Text:
@@ -71,7 +71,7 @@
When sending, if the text is larger than the limit of the technology or
modem, the message will be broken into multiple parts or messages.
-->
- <property name="Text" type="s" access="readwrite" />
+ <property name="Text" type="s" access="read" />
<!--
Data:
@@ -81,7 +81,7 @@
When sending, if the data is larger than the limit of the technology or
modem, the message will be broken into multiple parts or messages.
-->
- <property name="Data" type="ay" access="readwrite" />
+ <property name="Data" type="ay" access="read" />
<!--
SMSC:
@@ -90,7 +90,7 @@
Always empty for 3GPP2/CDMA.
-->
- <property name="SMSC" type="s" access="readwrite" />
+ <property name="SMSC" type="s" access="read" />
<!--
Validity:
@@ -99,7 +99,7 @@
Always 0 for 3GPP2/CDMA.
-->
- <property name="Validity" type="u" access="readwrite" />
+ <property name="Validity" type="u" access="read" />
<!--
Class:
@@ -108,14 +108,14 @@
Always 0 for 3GPP2/CDMA.
-->
- <property name="Class" type="u" access="readwrite" />
+ <property name="Class" type="u" access="read" />
<!--
DeliveryReportRequest:
#TRUE if delivery report request is required, #FALSE otherwise.
-->
- <property name="DeliveryReportRequest" type="b" access="readwrite" />
+ <property name="DeliveryReportRequest" type="b" access="read" />
<!--
MessageReference: