diff options
author | Akula Susmitha <quic_asusmith@quicinc.com> | 2024-09-19 13:12:39 +0530 |
---|---|---|
committer | Akula Susmitha <quic_asusmith@quicinc.com> | 2024-10-07 16:35:09 +0530 |
commit | f22d099f38f16cf06f5ce4a62cd3e4e1d7bbdee0 (patch) | |
tree | a41167927d5bdf89392809f9e47ffee091f99d5a /introspection | |
parent | a63c3004374414b734b19137dcb4ae26f55b429b (diff) |
api,core,mmcli: Add new 'API' support to set-default-storage for SMS
API support has been added to set default storage for SMS.
Changes were made to get, set the deafult storage value.
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml index 9117eb14..73b9965c 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml @@ -43,6 +43,14 @@ </method> <!-- + SetDefaultStorage + @storage: set the default storage to storage + --> + <method name="SetDefaultStorage"> + <arg name="storage" type="u" direction="in" /> + </method> + + <!-- Delete: @path: The object path of the SMS to delete. |