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:
|
Delete:
|
||||||
@path: The object path of the SMS to delete.
|
@path: The object path of the SMS to delete.
|
||||||
|
|
||||||
Delete an SMS message. Alternatively you may use the
|
Delete an SMS message.
|
||||||
<link linkend="gdbus-method-org-freedesktop-ModemManager1-Sms.Delete">Delete()</link>
|
|
||||||
method on the message object itself.
|
|
||||||
-->
|
-->
|
||||||
<method name="Delete">
|
<method name="Delete">
|
||||||
<arg name="path" type="o" direction="in" />
|
<arg name="path" type="o" direction="in" />
|
||||||
|
@@ -19,13 +19,6 @@
|
|||||||
-->
|
-->
|
||||||
<interface name="org.freedesktop.ModemManager1.Sms">
|
<interface name="org.freedesktop.ModemManager1.Sms">
|
||||||
|
|
||||||
<!--
|
|
||||||
Delete:
|
|
||||||
|
|
||||||
Delete the message.
|
|
||||||
-->
|
|
||||||
<method name="Delete" />
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Send:
|
Send:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user