summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-22 12:34:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-22 12:34:28 +0100
commit35d9efe1fa71985f7368a3e66ba6a265fb1a4d9d (patch)
tree6951a8a71d893ae362452c281ac9a1a1f1eb58a9 /telepathy-glib/errors.c
parentec82339984d5d61774ab4a905f60b43abeb53583 (diff)
downloadtelepathy-glib-35d9efe1fa71985f7368a3e66ba6a265fb1a4d9d.tar.gz
Update to telepathy-spec 0.17.23 (add Terminated error)
Diffstat (limited to 'telepathy-glib/errors.c')
-rw-r--r--telepathy-glib/errors.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index 92f33cac2..e4d1e03f4 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -133,6 +133,11 @@
* not respond, e.g. to a StreamedMedia call.
* @TP_ERROR_DOES_NOT_EXIST: org.freedesktop.Telepathy.Error.DoesNotExist:
* Raised when the requested user does not, in fact, exist.
+ * @TP_ERROR_TERMINATED: org.freedesktop.Telepathy.Error.Terminated:
+ * Raised when a channel is terminated for an unspecified reason. In
+ * particular, this error SHOULD be used whenever normal termination of a
+ * 1-1 StreamedMedia call by the remote user is represented as a D-Bus
+ * error name.
*
* Enumerated type representing the Telepathy D-Bus errors.
*/
@@ -229,6 +234,7 @@ tp_error_get_type (void)
{ TP_ERROR_BUSY, "TP_ERROR_BUSY", "Busy" },
{ TP_ERROR_NO_ANSWER, "TP_ERROR_NO_ANSWER", "NoAnswer" },
{ TP_ERROR_DOES_NOT_EXIST, "TP_ERROR_DOES_NOT_EXIST", "DoesNotExist" },
+ { TP_ERROR_TERMINATED, "TP_ERROR_TERMINATED", "Terminated" },
{ 0 }
};