diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-12 07:59:39 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-12 08:00:24 +0200 |
commit | 73ced242da75abf63a1b5be47ad95123a9e53a3f (patch) | |
tree | 9dc3893cf458c36e2761df577d7f4389e5884d0a | |
parent | ea87a4556e4f4d09d0c4eaa6d85a7efc85431328 (diff) |
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
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml index d16dc9cd..7ff517ab 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml @@ -89,20 +89,6 @@ </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. |