aboutsummaryrefslogtreecommitdiff
path: root/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-03-23 11:33:34 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-03-23 12:50:17 +0100
commit97ae345d9eeba4ceca5ce308a42c56cf783f27d2 (patch)
treeb3fa8e57445727a637f1456c5d2495d27594c26f /introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
parentdd3cb6e774efcb4a18c0865e8482b0389bad19b3 (diff)
api: add 'Since' tags
These are not actively used by gdbus-codegen or gtk-doc, but they're helpful anyway so that users know when a given API method was introduced.
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
index cf13cb9c..9117eb14 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
@@ -35,6 +35,8 @@
retrieved either by listening for the
#org.freedesktop.ModemManager1.Modem.Messaging::Added signal,
or by querying the specific SMS object of interest.
+
+ Since: 1.0
-->
<method name="List">
<arg name="result" type="ao" direction="out" />
@@ -45,6 +47,8 @@
@path: The object path of the SMS to delete.
Delete an SMS message.
+
+ Since: 1.0
-->
<method name="Delete">
<arg name="path" type="o" direction="in" />
@@ -65,6 +69,8 @@
If the SMSC is not specified and one is required, the default SMSC is
used.
+
+ Since: 1.0
-->
<method name="Create">
<arg name="properties" type="a{sv}" direction="in" />
@@ -84,6 +90,8 @@
Check the
'<link linkend="gdbus-property-org-freedesktop-ModemManager1-Sms.State">State</link>'
property to determine if the message is complete.
+
+ Since: 1.0
-->
<signal name="Added">
<arg name="path" type="o" />
@@ -95,6 +103,8 @@
@path: Object path of the now deleted SMS.
Emitted when a message has been deleted.
+
+ Since: 1.0
-->
<signal name="Deleted">
<arg name="path" type="o" />
@@ -104,6 +114,8 @@
Messages:
The list of SMS object paths.
+
+ Since: 1.2
-->
<property name="Messages" type="ao" access="read" />
@@ -113,6 +125,8 @@
A list of <link linkend="MMSmsStorage">MMSmsStorage</link> values,
specifying the storages supported by this modem for storing and
receiving SMS.
+
+ Since: 1.0
-->
<property name="SupportedStorages" type="au" access="read" />
@@ -121,6 +135,8 @@
A <link linkend="MMSmsStorage">MMSmsStorage</link> value,
specifying the storage to be used when receiving or storing SMS.
+
+ Since: 1.0
-->
<property name="DefaultStorage" type="u" access="read" />