api: remove `Completed' signal from the Messaging interface

This signal is no longer needed, as the individual state changes of the SMS
objects are enough to know their correct status of completion.

See https://bugzilla.gnome.org/show_bug.cgi?id=675178
This commit is contained in:
Aleksander Morgado
2012-09-12 07:59:39 +02:00
parent ea87a4556e
commit 73ced242da

View File

@@ -88,20 +88,6 @@
<arg name="received" type="b" />
</signal>
<!--
Completed:
@path: Object path of the new SMS.
Emitted when the complete-ness status of an SMS message changes.
An SMS may not necessarily be complete when the first part is received;
this signal will be emitted when all parts have been received, even for
single-part messages.
-->
<signal name="Completed">
<arg name="path" type="o" />
</signal>
<!--
Deleted:
@path: Object path of the now deleted SMS.