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:
Aleksander Morgado
2012-01-25 12:50:07 +01:00
parent c2e750d5bf
commit ad37101c0d
2 changed files with 1 additions and 10 deletions

View File

@@ -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" />

View File

@@ -19,13 +19,6 @@
-->
<interface name="org.freedesktop.ModemManager1.Sms">
<!--
Delete:
Delete the message.
-->
<method name="Delete" />
<!--
Send: