api,dbus: don't allow for an SMS object to delete itself
Managing existence of the SMS objects better done only via the Messaging interface.
This commit is contained in:
@@ -40,9 +40,7 @@
|
||||
Delete:
|
||||
@path: The object path of the SMS to delete.
|
||||
|
||||
Delete an SMS message. Alternatively you may use the
|
||||
<link linkend="gdbus-method-org-freedesktop-ModemManager1-Sms.Delete">Delete()</link>
|
||||
method on the message object itself.
|
||||
Delete an SMS message.
|
||||
-->
|
||||
<method name="Delete">
|
||||
<arg name="path" type="o" direction="in" />
|
||||
|
@@ -19,13 +19,6 @@
|
||||
-->
|
||||
<interface name="org.freedesktop.ModemManager1.Sms">
|
||||
|
||||
<!--
|
||||
Delete:
|
||||
|
||||
Delete the message.
|
||||
-->
|
||||
<method name="Delete" />
|
||||
|
||||
<!--
|
||||
Send:
|
||||
|
||||
|
Reference in New Issue
Block a user