summaryrefslogtreecommitdiff
path: root/telepathy-glib/errors.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-25 12:09:15 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-25 13:49:33 +0000
commita8c3868be6a7c69925927ff03be58ee6c4823e5a (patch)
tree45c85f5743f58e03b1d1f5a05e97a6a8c9c36390 /telepathy-glib/errors.h
parentfb79e9ada8bab21e558df009941d2e3959f35364 (diff)
downloadtelepathy-glib-a8c3868be6a7c69925927ff03be58ee6c4823e5a.tar.gz
Update to spec 0.21.5
- adjust Call example: InitialTransport is now a uint32 - add Confused, ServiceConfused errors - add codegen for Hints and related things
Diffstat (limited to 'telepathy-glib/errors.h')
-rw-r--r--telepathy-glib/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/errors.h b/telepathy-glib/errors.h
index 782e31246..c9e1856f5 100644
--- a/telepathy-glib/errors.h
+++ b/telepathy-glib/errors.h
@@ -85,6 +85,8 @@ typedef enum {
TP_ERROR_NOT_YET, /*< nick=NotYet >*/
TP_ERROR_REJECTED, /*< nick=Rejected >*/
TP_ERROR_PICKED_UP_ELSEWHERE, /*< nick=PickedUpElsewhere >*/
+ TP_ERROR_CONFUSED, /*< nick=Confused >*/
+ TP_ERROR_SERVICE_CONFUSED, /*< nick=ServiceConfused >*/
} TpError;
const gchar *tp_error_get_dbus_name (TpError error);